mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
switch to pytest test runner for better testing experience
This commit is contained in:
parent
63602c4a9e
commit
869a12c748
287 changed files with 58 additions and 26 deletions
2
tests/__init__.py
Normal file
2
tests/__init__.py
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
import logging
|
||||
logging.getLogger().addHandler(logging.NullHandler())
|
||||
Loading…
Add table
Add a link
Reference in a new issue