add instructions to regenerate the output of functional tests

This commit is contained in:
Bruno Binet 2012-04-04 23:18:11 +02:00
commit 03fdefb158

View file

@ -39,6 +39,14 @@ The tests live in "pelican/tests" and you can run them using the
$ unit2 discover
If you have made changes that affect the output of a pelican generated weblog,
then you should update the output used by functional tests.
To do so, you can use the 2 following commands::
$ pelican -o tests/output/custom/ -s samples/pelican.conf.py \
samples/content/
$ pelican -o tests/output/basic/ samples/content/
Coding standards
================