Got rid of py.testisms.
[jinja2.git] / tests / test_forloop.py
2009-07-26 Armin RonacherGot rid of py.testisms.
2009-07-26 Armin Ronachermerged.
2009-04-20 Rene LeonhardtSupport nose framework for the whole test suite.
2009-02-11 Armin RonacherFixed a bug that caused internal errors if names where...
2009-02-04 Armin RonacherFixed a bug that caused syntax errors when defining...
2009-01-04 Armin RonacherCopyright switch to "The Jinja Team".
2008-12-25 Armin RonacherFixed a translation error caused by looping over empty...
2008-08-14 Armin RonacherFixed a bug in the compiler that caused problems with...
2008-08-13 Armin Ronacherfixed a bug with nested loops and the special loop...
2008-07-10 Christopher GrebsAutomated merge with dev.pocoo.org/hg/jinja2-main/
2008-07-04 Armin RonacherFixed a bug with the loop context of a for loop if...
2008-05-25 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-05-24 Armin Ronacheradded more unittests for various tasks
2008-05-23 Armin Ronachermore unittests and updated documentation for extensions...
2008-05-23 Armin Ronacherrefactored compiler and improved identifier handling...
2008-05-19 Armin Ronacheradded unittest for the latest fixed bug
2008-05-12 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-05-11 Armin Ronachermade the recursive for loop test easier to debug
2008-05-11 Armin Ronacheradded unittest for recursive for loop
2008-04-18 Armin Ronacherloops and `tests` tests pass now
2007-05-29 Armin Ronacher[svn] again some jinja updates, some minor performance...
2007-05-21 Armin Ronacher[svn] checked in changes regarding variable length...
2007-03-18 Armin Ronacher[svn] added jinja doctests and fixed problem with i18n...