mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
add instructions to regenerate the output of functional tests
This commit is contained in:
parent
912ffe4a91
commit
03fdefb158
1 changed files with 8 additions and 0 deletions
|
|
@ -39,6 +39,14 @@ The tests live in "pelican/tests" and you can run them using the
|
||||||
|
|
||||||
$ unit2 discover
|
$ 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
|
Coding standards
|
||||||
================
|
================
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue