aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extensions/extra/test.cfg
Commit message (Collapse)AuthorAgeFilesLines
* All extension tests now use python dot notation.Waylan Limberg2014-08-291-8/+8
| | | | | | | | | | All named extensions now use python dot notation in the tests - including all builtin extensions (eg: 'extra' => 'markdown.extensions.extra'). This is in anticipation of #336. Note there are a few tests (in the error tests) that will still need updating, but not till we make the change as they will test for the new error message.
* Refactored test framework to use YAML config files rather than INI. Fixes #333.Waylan Limberg2014-08-201-14/+22
|
* tables_and_attr_list testryneeverett2014-01-111-0/+3
|
* Moved test dir back out of markdown lib. We don't need to install the tests ↵Waylan Limberg2010-02-121-0/+17
in everyones site-packages. We just need to distrubute them in the tarball for people to run before installing etc.