mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge pull request #2007 from avaris/update_contributing_guidelines
Add warnings override for unittest in the docs
This commit is contained in:
commit
994758aa07
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ or bugfix.
|
|||
The tests live in ``pelican/tests`` and you can run them using the
|
||||
"discover" feature of ``unittest``::
|
||||
|
||||
$ python -m unittest discover
|
||||
$ python -Wd -m unittest discover
|
||||
|
||||
After making your changes and running the tests, you may see a test failure
|
||||
mentioning that "some generated files differ from the expected functional tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue