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