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
maruel@chromium.org 3ccbf7e6b7 Factor out PathDifference into gclient_utils for a later reuse.
Make lack of email address an error.

TEST=none
BUG=none

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@35167 0039d316-1c4b-4281-b951-d872f2087c98
15 years ago
..
pymox
README.gclient_test
__init__.py
gcl_unittest.py Factor out gcl.GetRepositoryRoot() into scm.SVN.GetCheckoutRoot() 15 years ago
gclient_scm_test.py Remove more logic out of trychange.py into scm.py. 15 years ago
gclient_test.py gclient: implement a less hacky relative URL implementation 15 years ago
gclient_utils_test.py Factor out PathDifference into gclient_utils for a later reuse. 15 years ago
presubmit_unittest.py Get rid of gcl.ReadFile. 15 years ago
revert_unittest.py
scm_unittest.py Remove more logic out of trychange.py into scm.py. 15 years ago
super_mox.py
trychange_unittest.py Add full_move flag to GIT.GenerateDiff and Factor out FindGclientRootDir into gclient_utils. 15 years ago
watchlists_unittest.py

README.gclient_test

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

# Copyright 2008-2009, Google Inc.

To run the gclient's unit tests, you need to checkout pymox and install it:
svn co http://pymox.googlecode.com/svn/trunk pymox
cd pymox
python setup.py install