Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All extension tests now use python dot notation. | Waylan Limberg | 2014-08-29 | 1 | -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 Limberg | 2014-08-20 | 1 | -14/+22 |
| | |||||
* | tables_and_attr_list test | ryneeverett | 2014-01-11 | 1 | -0/+3 |
| | |||||
* | Moved test dir back out of markdown lib. We don't need to install the tests ↵ | Waylan Limberg | 2010-02-12 | 1 | -0/+17 |
in everyones site-packages. We just need to distrubute them in the tarball for people to run before installing etc. |