summaryrefslogtreecommitdiff
path: root/tests/test_context.py
Commit message (Expand)AuthorAgeFilesLines
* Skip the test_built_in_type__integer() test when int.real isn't defined (Pyth...Chris Jerdonek2012-04-021-0/+11
* Fixed typo.Chris Jerdonek2012-04-021-1/+1
* Finished view.Locator.get_template() (though still need auxiliary methods).Chris Jerdonek2012-01-221-11/+1
* Addresses issue #81: not to call methods on instances of built-in types.Chris Jerdonek2012-01-171-58/+96
* Changed the test_context.TestCase class to a mixin class.Chris Jerdonek2012-01-151-4/+4
* Added Context.__repr__().Chris Jerdonek2012-01-021-0/+20
* Refactored Renderer._make_context() to use a Context.create() method.Chris Jerdonek2011-12-281-1/+62
* Added a unit test case for issue #11.Chris Jerdonek2011-12-241-0/+12
* Implemented (and tested) Context.top() and Context.copy().Chris Jerdonek2011-12-171-0/+24
* Implemented Context.pop().Chris Jerdonek2011-12-171-0/+13
* Implemented Context.push().Chris Jerdonek2011-12-171-0/+12
* Cleaned up and removed redundant unit tests of the context module.Chris Jerdonek2011-12-171-30/+6
* Finished fleshing out the initial docstrings for the context module.Chris Jerdonek2011-12-171-0/+8
* More improvement tweaks.Chris Jerdonek2011-12-171-4/+14
* Minor docstring and code comment additions and improvements.Chris Jerdonek2011-12-171-0/+7
* More progress on context module: defined and tested context._get_item().Chris Jerdonek2011-12-171-2/+147
* Added a Context class with support for dictionaries (for issue #49).Chris Jerdonek2011-12-171-0/+73