comparison docs/contributing.rst @ 4206:703d3208424c kallithea-2.2.5-rebrand

Rename various strings for tests
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 02 Jul 2014 19:05:41 -0400
parents e73a69cb98dc
children a9a1560dad79
comparison
equal deleted inserted replaced
4205:5b3bbffea092 4206:703d3208424c
39 39
40 40
41 There's a special set of tests for push/pull operations, you can runn them using:: 41 There's a special set of tests for push/pull operations, you can runn them using::
42 42
43 paster serve test.ini --pid-file=test.pid --daemon 43 paster serve test.ini --pid-file=test.pid --daemon
44 RC_WHOOSH_TEST_DISABLE=1 RC_NO_TMP_PATH=1 nosetests -x kallithea/tests/other/test_vcs_operations.py 44 KALLITHEA_WHOOSH_TEST_DISABLE=1 KALLITHEA_NO_TMP_PATH=1 nosetests -x kallithea/tests/other/test_vcs_operations.py
45 kill -9 $(cat test.pid) 45 kill -9 $(cat test.pid)
46 46
47 47
48 | Thank you for any contributions! 48 | Thank you for any contributions!
49 49