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
erg@google.com 26970fa907 - Add a presubmit check that lints C++ files (will submit CLs that
add this to PRESUBMIT.py in the chromium tree later).
- Update cpplint.py to the latest version from the style guide.

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@32180 0039d316-1c4b-4281-b951-d872f2087c98
16 years ago
..
pymox Add pymox, fixed non-deterministic pprint.pformat output expectation. 16 years ago
README.gclient_test Pull gclient revision 72 and add the gclient unit test. 16 years ago
__init__.py Refactor the unit tests to remove a lot of duplicate code. 16 years ago
gcl_unittest.py Revert 32057, 32058, 32059, 32062 because they still have unwanted side-effects. 16 years ago
gclient_scm_test.py Revert 32057, 32058, 32059, 32062 because they still have unwanted side-effects. 16 years ago
gclient_test.py Revert 32057, 32058, 32059, 32062 because they still have unwanted side-effects. 16 years ago
gclient_utils_test.py gclient: fix another bug where ssh urls weren't parsed correctly 16 years ago
presubmit_unittest.py - Add a presubmit check that lints C++ files (will submit CLs that 16 years ago
revert_unittest.py Revert 32057, 32058, 32059, 32062 because they still have unwanted side-effects. 16 years ago
scm_unittest.py Revert 32057, 32058, 32059, 32062 because they still have unwanted side-effects. 16 years ago
super_mox.py Revert 32057, 32058, 32059, 32062 because they still have unwanted side-effects. 16 years ago
trychange_unittest.py Revert 32057, 32058, 32059, 32062 because they still have unwanted side-effects. 16 years ago
watchlists_unittest.py Cleanup the unit tests by mocking more system functions. 16 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