mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-26 13:59:59 +00:00
Mark tests as ported.
This commit is contained in:
parent
430bc51e29
commit
02e699347e
@ -22,6 +22,7 @@ if PY2:
|
|||||||
# temporary.
|
# temporary.
|
||||||
PORTED_INTEGRATION_TESTS = [
|
PORTED_INTEGRATION_TESTS = [
|
||||||
"integration.test_servers_of_happiness",
|
"integration.test_servers_of_happiness",
|
||||||
|
"integration.test_sftp",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
2
tox.ini
2
tox.ini
@ -102,7 +102,7 @@ setenv =
|
|||||||
COVERAGE_PROCESS_START=.coveragerc
|
COVERAGE_PROCESS_START=.coveragerc
|
||||||
commands =
|
commands =
|
||||||
# NOTE: 'run with "py.test --keep-tempdir -s -v integration/" to debug failures'
|
# NOTE: 'run with "py.test --keep-tempdir -s -v integration/" to debug failures'
|
||||||
py.test --timeout=1800 --coverage -v {posargs:integration/test_servers_of_happiness.py}
|
py.test --timeout=1800 --coverage -v {posargs:integration/test_servers_of_happiness.py integration/test_sftp.py}
|
||||||
coverage combine
|
coverage combine
|
||||||
coverage report
|
coverage report
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user