My favorites | Sign in
Project Home Wiki Issues Source
Search
for

general:

html2creole:

creole2html:

For python-creole developer:

DeveloperInfo  
Information for developer
Updated Aug 2, 2011 by google-c...@jensdiemer.de

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


Sign in to add a comment
Powered by Google Project Hosting