forked from github/pelican
13 lines
431 B
ReStructuredText
13 lines
431 B
ReStructuredText
|
|
How to contribute ?
|
||
|
|
===================
|
||
|
|
|
||
|
|
There are features missing from pelican and you now exactly how to implement
|
||
|
|
them? That's great! Don't hesitate to fork and make a pull request on github.
|
||
|
|
|
||
|
|
Running the test suite
|
||
|
|
----------------------
|
||
|
|
|
||
|
|
It would even be better if you could add tests for this feature. The tests
|
||
|
|
are located under "pelican/tests" and you will need unittests2 to run them::
|
||
|
|
|
||
|
|
python -m unittest2 discover
|