summaryrefslogtreecommitdiff
path: root/tests/test_api.py
Commit message (Collapse)AuthorAgeFilesLines
* Bump up the copyright to 2017Armin Ronacher2017-01-071-1/+1
|
* Cleaned up shitty syntax in testsuiteArmin Ronacher2017-01-061-5/+5
|
* Fixed various breakage from the new id trackingArmin Ronacher2017-01-031-1/+1
|
* Merge pull request #530 from nick-garcia/masterArmin Ronacher2017-01-031-0/+2
|\ | | | | Subtraction from Undefined does not raise UndefinedError
| * Setting __sub__ equal to _fail_with_undefined_error so subtractions withNick Garcia2016-01-071-0/+2
| | | | | | | | undefined variables will fail properly like other arithemtic operations.
* | Give Cycler a next() method so that it works in python2 and 3Matt Haggard2015-12-291-0/+11
|/
* Let the Environment override the ContextThiefMaster2015-04-061-0/+13
| | | | closes #404
* Let the Environment override the CodeGeneratorThiefMaster2015-04-061-0/+22
| | | | see #404
* Rename testsuite to tests and suggestionsKartheek Lenkala2015-03-221-0/+292
Remove py.test from setup.py install_requires Rename testsuite folder to tests.