aboutsummaryrefslogtreecommitdiffstats
path: root/docs/test_suite.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update docs for tests refactor. INI => YAML. Relates to #333.Waylan Limberg2014-08-211-15/+17
|
* Added a note about tox in test suite docs.Waylan Limberg2013-03-191-1/+7
|
* Updated testing framework to use PyTidyLib rather than uTidyLib for Python 3 ↵Waylan Limberg2013-03-131-6/+6
| | | | support.
* Removed references to doctests in docs as per #114Waylan Limberg2012-07-261-11/+6
|
* Add release notes, authors and change_log to docs.Waylan Limberg2012-03-071-0/+2
|
* Rename docs/*.md => docs/*.txtWaylan Limberg2012-03-071-0/+133
| | | | | | | | | The documentation uses features of Python-Markdown that are not supported on GitHub and it's better to get a source view of the docs anyway. For example, that way comments and bug reports can reference a specific line of a file. Of course, it makes sense for Github to render the README, so that is left with the `.md` file extension.
* Renamed *.txt -> *.md in docs.Waylan Limberg2011-08-231-129/+0
|
* The Testing Framework will now pass any non-reserved args set in test.cfg ↵Waylan Limberg2011-04-291-4/+2
| | | | 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.
* Added documentation for the test suite.Waylan Limberg2010-02-141-0/+131