aboutsummaryrefslogtreecommitdiffstats
path: root/tests/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Consistent copyright headers.Waylan Limberg2018-07-271-0/+21
* Switch from nose to unittestWaylan Limberg2018-01-081-189/+0
* Warnings should cause tests to fail.Waylan Limberg2018-01-041-0/+7
* Flake8 cleanup (mostly whitespace).Waylan Limberg2014-11-201-26/+41
* Updated generate code for tests refactor. Related to #333.Waylan Limberg2014-08-211-3/+3
* Refactored test framework to use YAML config files rather than INI. Fixes #333.Waylan Limberg2014-08-201-48/+62
* Updated testing framework to use PyTidyLib rather than uTidyLib for Python 3 ...Waylan Limberg2013-03-131-21/+20
* Testing framework now runs on Python 2 & 3 unmodified.Waylan Limberg2012-12-141-10/+10
* Normalize line endings in tests as git may alter them on Windows.Waylan Limberg2012-12-141-2/+3
* Fixed #115. Make sure all file objects are closed.Waylan Limberg2012-07-121-2/+5
* Added some fadfile commands to (re)generate tests when they are added or upda...Waylan Limberg2011-08-041-5/+38
* Python 3.2 made some changes to the configparser which broke the testing fram...Waylan Limberg2011-07-281-3/+3
* Fixed a Python 2.4 incompatability in last commit. 'encode' only accepted pos...Waylan Limberg2011-07-281-1/+1
* All internal encoding of output now uses the 'xmlcharrefreplace' error handle...Waylan Limberg2011-07-281-1/+1
* The Testing Framework will now pass any non-reserved args set in test.cfg fil...Waylan Limberg2011-04-291-6/+5
* Added run-tests.py script and added a helpful error message if nose is not in...Waylan Limberg2010-02-131-5/+6
* Moved test dir back out of markdown lib. We don't need to install the tests i...Waylan Limberg2010-02-121-0/+117