Changeset - 5ca5379641d0
[Not reviewed]
default
0 2 0
Mads Kiilerich - 9 years ago 2016-06-14 01:15:53
madski@unity3d.com
tests: remove last references to nosetests
2 files changed with 2 insertions and 4 deletions:
0 comments (0 inline, 0 general)
kallithea/tests/api/api_base.py
Show inline comments
 
@@ -13,9 +13,7 @@
 
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 

	
 
"""
 
tests for api. run with::
 

	
 
    KALLITHEA_WHOOSH_TEST_DISABLE=1 nosetests --with-coverage --cover-package=kallithea.controllers.api.api -x kallithea/tests/api
 
Tests for the JSON-RPC web api.
 
"""
 

	
 
import os
kallithea/tests/other/manual_test_vcs_operations.py
Show inline comments
 
@@ -19,7 +19,7 @@ Test suite for making push/pull operatio
 

	
 
Run it in two terminals::
 
 paster serve kallithea/tests/test.ini
 
 KALLITHEA_WHOOSH_TEST_DISABLE=1 KALLITHEA_NO_TMP_PATH=1 nosetests kallithea/tests/other/manual_test_vcs_operations.py
 
 KALLITHEA_WHOOSH_TEST_DISABLE=1 KALLITHEA_NO_TMP_PATH=1 py.test 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)