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@google.com 1a77f1dc15 Modify the output of gclient update, gclient status to only print out
messages when --verbose is specified or when something actually happens.

Also, remove --manually_grab_svn_rev, because we need this to happen all 
the time to get gclient update to shut up if we're comparing against HEAD.
It doesn't look like there are any real side effects of removing this.

An alternative change would be to wrap this behind a --quiet flag.

Note that the change to tests/trychange_unittest.py is an unrelated fix to get
all the tests to pass.

  R=maruel@chromium.org
  TEST=none
  BUG=none

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@28039 0039d316-1c4b-4281-b951-d872f2087c98
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 gclient: remove wildcard import from git_scm 16 years ago
gclient_scm_test.py Modify the output of gclient update, gclient status to only print out 16 years ago
gclient_test.py gclient: fix unittests 16 years ago
presubmit_unittest.py gclient: remove wildcard import from git_scm 16 years ago
revert_unittest.py gclient: remove wildcard import from git_scm 16 years ago
super_mox.py Fix super_mox on posix. 16 years ago
trychange_unittest.py Fix trychange unittest. 16 years ago
watchlists_unittest.py Review URL: http://codereview.chromium.org/132022 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