diff options
Diffstat (limited to 'python/mozversioncontrol/test/python.toml')
-rw-r--r-- | python/mozversioncontrol/test/python.toml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/python/mozversioncontrol/test/python.toml b/python/mozversioncontrol/test/python.toml new file mode 100644 index 0000000000..a194c2a22a --- /dev/null +++ b/python/mozversioncontrol/test/python.toml @@ -0,0 +1,28 @@ +[DEFAULT] +subsuite = "mozversioncontrol" + +["test_branch.py"] + +["test_commit.py"] + +["test_context_manager.py"] + +["test_create_try_commit.py"] + +["test_get_branch_nodes.py"] + +["test_get_commit_patches.py"] + +["test_get_mozilla_remote_args.py"] + +["test_get_upstream_remotes.py"] + +["test_push_to_try.py"] + +["test_remove_current_commit.py"] + +["test_update.py"] + +["test_workdir_outgoing.py"] + +["test_working_directory.py"] |