Changeset - 55f855431f77
[Not reviewed]
default
1 0 1
Mads Kiilerich - 11 years ago 2015-04-24 02:03:50
madski@unity3d.com
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.
1 file changed with 4 insertions and 2 deletions:
0 comments (0 inline, 0 general)
kallithea/tests/other/manual_test_vcs_operations.py
Show inline comments
 
file renamed from kallithea/tests/other/test_vcs_operations.py to 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
 

	
0 comments (0 inline, 0 general)