manifest.toml (338B)
1 [DEFAULT] 2 subsuite = "mozbase" 3 4 ["test_command_line.py"] 5 run-if = ["python == 3"] # The mozproxy command line interface is designed to run on Python 3. 6 7 ["test_mitm_addons.py"] 8 run-if = ["python == 3"] # The mitm addons are designed to run on Python 3. 9 10 ["test_proxy.py"] 11 12 ["test_recording.py"] 13 14 ["test_recordings.py"] 15 16 ["test_utils.py"]