aboutsummaryrefslogtreecommitdiffstats
path: root/tests/util.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.