-
Notifications
You must be signed in to change notification settings - Fork 13
Developer Info
JensDiemer edited this page Apr 5, 2015
·
1 revision
We use git for the source code:
https://github.com/jedie/python-creole
Fork python-creole and contribute on github ;)
To run unittests, simple to this:
.../python-creole$ ./setup.py test
You can also execute theses files:
- python-creole/tests/run_all_tests.py
- python-creole/tests/test_creole2html.py
- python-creole/tests/test_cross_compare.py
- python-creole/tests/test_html2creole.py
New unittest should primarily written in test_cross_compare.py All tests in this file would be cross compared with creole -> html and back from html -> creole Only special cases, which can't be cross-compared must stored in test_creole2html.py or test_html2creole.py