Skip to content
JensDiemer edited this page Apr 5, 2015 · 1 revision

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:

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

Clone this wiki locally