Mark tests as ported.

This commit is contained in:
Itamar Turner-Trauring 2021-05-10 11:49:21 -04:00
parent 430bc51e29
commit 02e699347e
2 changed files with 2 additions and 1 deletions
src/allmydata/util
tox.ini

@ -22,6 +22,7 @@ if PY2:
# temporary.
PORTED_INTEGRATION_TESTS = [
"integration.test_servers_of_happiness",
"integration.test_sftp",
]

@ -102,7 +102,7 @@ setenv =
COVERAGE_PROCESS_START=.coveragerc
commands =
# 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 report