Files
sousa-gecko/python/mozversioncontrol/test/python.toml
T
Mike Hommey 6a29083f11 Bug 1500188 - Change the API to create a try commit. r=releng-reviewers,sheehan,ahal
Currently, the caller potentially prepares files, add them to the VCS,
and then calls the function to create the commit, does whatever it wants
to do with it, then undoes it.

With the ultimate goal of not doing local changes to the work tree to
act on that try commit (for a push), this change in API makes it so
that everything except what do do with the commit is handled by one
function, that now takes paths and file contents for the files that were
previously created by the caller.

Differential Revision: https://phabricator.services.mozilla.com/D214214
2024-06-24 23:07:29 +00:00

27 lines
373 B
TOML

[DEFAULT]
subsuite = "mozversioncontrol"
["test_branch.py"]
["test_commit.py"]
["test_context_manager.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_try_commit.py"]
["test_update.py"]
["test_workdir_outgoing.py"]
["test_working_directory.py"]