Note test_system.py is only partially ported.

This commit is contained in:
Itamar Turner-Trauring 2020-12-11 10:48:34 -05:00
parent a2e2ee596b
commit b1f478c5df

View File

@ -163,6 +163,12 @@ PORTED_TEST_MODULES = [
"allmydata.test.test_storage",
"allmydata.test.test_storage_client",
"allmydata.test.test_storage_web",
# Only partially ported, test_filesystem_with_cli_in_subprocess and
# test_filesystem methods aren't ported yet, should be done once CLI and
# web are ported respectively.
"allmydata.test.test_system",
"allmydata.test.test_time_format",
"allmydata.test.test_upload",
"allmydata.test.test_uri",