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

View File

@ -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",
] ]

View File

@ -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