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
|
||||
icalendar [test]
|
||||
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 html
|
||||
|
|
Ładowanie…
Reference in New Issue