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 e959791851 Add pymox, fixed non-deterministic pprint.pformat output expectation.
pymox auto-checkout never really worked well so check-in pymox directly.

pprint.pformat is non-determinist in one test. Worked around the issue.

TEST=unit tests
BUG=none
Review URL: http://codereview.chromium.org/266043

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@29398 0039d316-1c4b-4281-b951-d872f2087c98
16 years ago
..
pymox Add pymox, fixed non-deterministic pprint.pformat output expectation. 16 years ago
README.gclient_test
__init__.py
gcl_unittest.py
gclient_scm_test.py
gclient_test.py Add pymox, fixed non-deterministic pprint.pformat output expectation. 16 years ago
presubmit_unittest.py
revert_unittest.py
super_mox.py Add pymox, fixed non-deterministic pprint.pformat output expectation. 16 years ago
trychange_unittest.py
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