diff options
Diffstat (limited to 'testing/mozbase/mozproxy/tests/manifest.toml')
-rw-r--r-- | testing/mozbase/mozproxy/tests/manifest.toml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/mozbase/mozproxy/tests/manifest.toml b/testing/mozbase/mozproxy/tests/manifest.toml new file mode 100644 index 0000000000..f0a081dee4 --- /dev/null +++ b/testing/mozbase/mozproxy/tests/manifest.toml @@ -0,0 +1,16 @@ +[DEFAULT] +subsuite = "mozbase" + +["test_command_line.py"] +run-if = ["python == 3"] # The mozproxy command line interface is designed to run on Python 3. + +["test_mitm_addons.py"] +run-if = ["python == 3"] # The mitm addons are designed to run on Python 3. + +["test_proxy.py"] + +["test_recording.py"] + +["test_recordings.py"] + +["test_utils.py"] |