diff options
author | Waylan Limberg <waylan.limberg@icloud.com> | 2016-02-23 20:02:10 -0500 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2018-01-08 20:41:18 -0500 |
commit | 76e0a63e12dd964311c4350a5735bb7f51ef87a6 (patch) | |
tree | 9d98ed9341b144b3e5ff6133f7427b71ab428d8a /.gitattributes | |
parent | a102ed4be389d661ced9eff232af8bb90032a0f8 (diff) | |
download | markdown-76e0a63e12dd964311c4350a5735bb7f51ef87a6.tar.gz markdown-76e0a63e12dd964311c4350a5735bb7f51ef87a6.tar.bz2 markdown-76e0a63e12dd964311c4350a5735bb7f51ef87a6.zip |
Provide new testing framework.
As a part of the Markdown lib, test tools can be used by third party
extensions. Also keeps test dir clean as it only contains actual tests.
More work in this vein to come as the need for Nose is removed.
Tests are defined as Unittests rather than in text files allowing
features to be more easily broken into units and run individually.
Based completely on standard lib unittest with no external dependencies.
Use `python -m unittest tests.test_syntax` to run.
Pulled some tests from https://github.com/karlcow/markdown-testsuite.
Many more test units to pull from that source. As we encounter the need
to edit an existing textfile-based test, or add a new test, a new test
should be created with this framework and the old test should be
deleted. Also need to delete existing testfile-based tests which are
covered in the new tests included here.
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions