You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_tools/tests
dpranke@chromium.org 2a00962421 Add first changes needed for OWNERS file support.
This changes adds the first pass of code needed for OWNERS files.
In total there should probably be maybe four user-visible changes:
  * new gcl/git-cl "suggest-reviewers" command
  * a presubmit hook on upload to automatically add the reviewers
  * an addition to gcl/git-cl status command that tells you
    which files still need review/approval.
  * a presubmit hook on commit to ensure all of the needed reviewers
    have approved the file.

This change implements a core "owners Database" object with the
dumbest possible algorithm for determining a covering set of reviewers,
and the skeleton of the presubmit hooks. This code will not be
used by anything yet, and is also missing unit tests.

Review URL: http://codereview.chromium.org/6581030

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@76342 0039d316-1c4b-4281-b951-d872f2087c98
14 years ago
..
__init__.py Refactor the unit tests to remove a lot of duplicate code. 16 years ago
fake_repos.py Add comment to clarify SHOULD_LEAK 14 years ago
gcl_unittest.py Enhance RunPylint to use white_list and black_list arguments. 15 years ago
gclient_scm_test.py Improve tests to support more git versions and different outputs. 14 years ago
gclient_smoketest.py Change the fake repo svn users to be emails. 14 years ago
gclient_utils_test.py Enhance RunPylint to use white_list and black_list arguments. 15 years ago
presubmit_unittest.py Add first changes needed for OWNERS file support. 14 years ago
scm_unittest.py Fix scm.SVN.GetCheckoutRoot() so it is not confused by intermixed checkouts 14 years ago
super_mox.py Enhance RunPylint to use white_list and black_list arguments. 15 years ago
trychange_unittest.py Enhance RunPylint to use white_list and black_list arguments. 15 years ago
watchlists_unittest.py Enhance RunPylint to use white_list and black_list arguments. 15 years ago