mirror of
https://github.com/clearml/wexpect-venv
synced 2025-01-31 10:57:07 +00:00
Run only failing test-cases, to reproduce
This commit is contained in:
parent
ad50d38614
commit
ee0b06f289
4
tox.ini
4
tox.ini
@ -1,7 +1,7 @@
|
||||
# tox.ini
|
||||
|
||||
[tox]
|
||||
envlist = py{37}-{default,legacy_wexpect,spawn_pipe}
|
||||
envlist = py{37}-spawn_pipe
|
||||
|
||||
[testenv]
|
||||
description = Unit tests
|
||||
@ -10,6 +10,6 @@ setenv =
|
||||
legacy_wexpect: WEXPECT_SPAWN_CLASS=legacy_wexpect
|
||||
commands =
|
||||
pip install .[test]
|
||||
coverage run -m unittest
|
||||
coverage run -m unittest tests.test_echo.EchoTestCase.testPath tests.test_expect.ExpectTestCase.test_before_after tests.test_long.TestCaseLong.test_long
|
||||
coverage report --omit tests/*
|
||||
coverage xml --omit tests/*
|
||||
|
Loading…
Reference in New Issue
Block a user