kopia lustrzana https://github.com/collective/icalendar
Allow passing parameters to pytest
An invocation like "tox -epy -- --pdb" will pass --pdb to pytest.pull/208/head
rodzic
ebb47ee991
commit
475996a02f
2
tox.ini
2
tox.ini
|
@ -8,6 +8,6 @@ deps =
|
||||||
coverage
|
coverage
|
||||||
icalendar [test]
|
icalendar [test]
|
||||||
commands =
|
commands =
|
||||||
coverage run --source=src/icalendar --omit=*/tests/* --module pytest src/icalendar
|
coverage run --source=src/icalendar --omit=*/tests/* --module pytest [] src/icalendar
|
||||||
coverage report
|
coverage report
|
||||||
coverage html
|
coverage html
|
||||||
|
|
Ładowanie…
Reference in New Issue