Developer Info
Information for developer
Introduction
We use git for the source code:
https://github.com/jedie/python-creole
Fork python-creole and contribute on github ;)
unittests
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