# HG changeset patch # User Mads Kiilerich # Date 2015-04-24 02:03:50 # Node ID 55f855431f77816b2e40aa41b48819c4260e294d # Parent 552e47cd0f36ee7039418061a91f9456a25335b7 tests: rename test_vcs_operations.py to avoid automatic pick-up This is a special test that requires special setup and must be run manually. Nose already skips the test because it is executable. diff --git a/kallithea/tests/other/test_vcs_operations.py b/kallithea/tests/other/manual_test_vcs_operations.py rename from kallithea/tests/other/test_vcs_operations.py rename to kallithea/tests/other/manual_test_vcs_operations.py --- a/kallithea/tests/other/test_vcs_operations.py +++ b/kallithea/tests/other/manual_test_vcs_operations.py @@ -16,8 +16,10 @@ kallithea.tests.test_scm_operations ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Test suite for making push/pull operations. -Run using after doing paster serve test.ini:: - KALLITHEA_WHOOSH_TEST_DISABLE=1 KALLITHEA_NO_TMP_PATH=1 nosetests kallithea/tests/other/test_vcs_operations.py + +Run it in two terminals:: + paster serve test.ini + KALLITHEA_WHOOSH_TEST_DISABLE=1 KALLITHEA_NO_TMP_PATH=1 nosetests kallithea/tests/other/manual_test_vcs_operations.py You must have git > 1.8.1 for tests to work fine