aboutsummaryrefslogtreecommitdiffstats
path: root/tests/util.py
Commit message (Collapse)AuthorAgeFilesLines
* Refactored test framework to use YAML config files rather than INI. Fixes #333.Waylan Limberg2014-08-201-23/+0
|
* Address various depreciated APIs in PythonWaylan Limberg2014-01-081-4/+4
| | | | | This mostly revolves around old APIs for ElementTree, but includes a few others as well. Fixes #254. Thanks for the report.
* Testing framework now runs on Python 2 & 3 unmodified.Waylan Limberg2012-12-141-1/+5
|
* Python 3.2 made some changes to the configparser which broke the testing ↵Waylan Limberg2011-07-281-2/+2
| | | | framework. With a simple addition to our subclass (which we then make use of), this is an easy fix.
* The Testing Framework will now pass any non-reserved args set in test.cfg ↵Waylan Limberg2011-04-291-0/+4
| | | | files as keyword arguments to Markdown for a given syntax test. As Markdown ignores unknown args, this should be safe and will allow testing of any newly added keywords without additional modification of the testing framework.
* Moved test dir back out of markdown lib. We don't need to install the tests ↵Waylan Limberg2010-02-121-0/+15
in everyones site-packages. We just need to distrubute them in the tarball for people to run before installing etc.