summaryrefslogtreecommitdiff
path: root/tests/test_templite.py
Commit message (Expand)AuthorAgeFilesLines
* mypy: templite.py test_templite.pyNed Batchelder2023-01-071-48/+48
* style: parens should indent the same as their opening lineNed Batchelder2022-05-011-23/+23
* style: prefer explicit string concatenationNed Batchelder2021-10-101-32/+32
* refactor: pyupgrade --py36-plus tests/**.pyNed Batchelder2021-05-021-5/+4
* style: fix long lines and avoid backslashesnedbat/unittest2pytestNed Batchelder2021-01-311-2/+1
* style: correct placement of auto-added pytest importsNed Batchelder2021-01-311-1/+2
* refactor: unittest2pytest -w testsNed Batchelder2021-01-311-10/+9
* Templite {% joined %} is more convenient than trailing hyphensNed Batchelder2019-11-111-0/+18
* Use pylint 2.xNed Batchelder2019-05-131-1/+1
* Prefer assertRaisesRegex to assertRaisesNed Batchelder2019-04-211-1/+1
* Improvements to test_templite.py from mutmutNed Batchelder2019-03-021-4/+14
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
* Use an ISO standard encoding in coding declarationsNed Batchelder2017-02-211-1/+1
* Templite can now collapse whitespace after tagsNed Batchelder2016-02-151-0/+22
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
* Report a more useful error if an expression fails.Ned Batchelder2015-01-091-3/+3
* Drop support for CPython 3.2. Now I can use u'' unicode literals freely.Ned Batchelder2014-12-131-4/+3
* Source is always Unicode in HTML code. More refactoring to come.Ned Batchelder2014-12-121-0/+11
* Upgraded pylint to 1.4, removed useless suppressionsNed Batchelder2014-11-231-3/+1
* Pragmas for uncovered codeNed Batchelder2014-09-281-2/+4
* Avoid a bunch of deprecated functions.Ned Batchelder2014-05-171-1/+1
* Supply a missing docstringNed Batchelder2014-05-161-0/+4
* Latest code form 500linesNed Batchelder2014-05-091-18/+31
* Polished-up code from 500linesNed Batchelder2014-04-261-7/+32
* Use assertRaises as a context manager now that we can.Ned Batchelder2013-12-211-22/+14
* More tests of Templite's sad-path behavior.Ned Batchelder2013-10-271-0/+8
* Now that this is a CoverageTest, need to shut off the temp dir.Ned Batchelder2013-10-261-0/+2
* Templite now compiles to Python code for speed.Ned Batchelder2013-10-261-5/+38
* Move the test directory to tests to avoid conflicts with the stdlib test pack...Ned Batchelder2013-02-021-0/+204