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
7
tox.ini
7
tox.ini
|
|
@ -1,4 +1,4 @@
|
|||
# This tests the unified codebase (py27, py33) of Pelican.
|
||||
# This tests the unified codebase (py27, py33, p34) of Pelican.
|
||||
# depends on some external libraries that aren't released yet.
|
||||
|
||||
[tox]
|
||||
|
|
@ -6,6 +6,9 @@ envlist = py27,py33,py34
|
|||
|
||||
[testenv]
|
||||
commands =
|
||||
python -m unittest discover
|
||||
py.test tests
|
||||
deps =
|
||||
-rdev_requirements.txt
|
||||
|
||||
[pytest]
|
||||
addopts = -vvl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue