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 32ba260f1e Added patchset persistence in gcl, this is necessary to implement a presubmit queue.
Now enforces ChangeInfo.issue (and .patchset) to be a int.
Renamed LoadChangelistInfo() to ChangeInfo.Load().
Removed ChangeInfo.__init__() default parameters.

TEST=none
BUG=none

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@17836 0039d316-1c4b-4281-b951-d872f2087c98
17 years ago
..
README.gclient_test Pull gclient revision 72 and add the gclient unit test. 17 years ago
__init__.py When -s or --server is used, don't try the patch. 17 years ago
abandon.sh Create the Next Generation of depot_tools. Eh. 17 years ago
basic.sh Create the Next Generation of depot_tools. Eh. 17 years ago
gcl_unittest.py Added patchset persistence in gcl, this is necessary to implement a presubmit queue. 17 years ago
gclient_test.py Convert gclient_test.py to mox.MoxTestBase and saves 40+ lines 17 years ago
presubmit_unittest.py Added patchset persistence in gcl, this is necessary to implement a presubmit queue. 17 years ago
revert_unittest.py Clean up revert.py and fixes an issue when only one file is reverted in a subdirectory. 17 years ago
test-lib.sh Create the Next Generation of depot_tools. Eh. 17 years ago
trychange_unittest.py Add more tests and cleanup ChangeInfo class. 17 years ago

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