# HG changeset patch # User Mads Kiilerich # Date 1465859753 -7200 # Node ID 5ca5379641d03e547f7ba66f0c40e617045cdc83 # Parent 7db1bcf1d95ba27cbbeabaf0b0ca2c31afd66b46 tests: remove last references to nosetests diff -r 7db1bcf1d95b -r 5ca5379641d0 kallithea/tests/api/api_base.py --- a/kallithea/tests/api/api_base.py Tue Jun 14 01:12:09 2016 +0200 +++ b/kallithea/tests/api/api_base.py Tue Jun 14 01:15:53 2016 +0200 @@ -13,9 +13,7 @@ # along with this program. If not, see . """ -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 diff -r 7db1bcf1d95b -r 5ca5379641d0 kallithea/tests/other/manual_test_vcs_operations.py --- a/kallithea/tests/other/manual_test_vcs_operations.py Tue Jun 14 01:12:09 2016 +0200 +++ b/kallithea/tests/other/manual_test_vcs_operations.py Tue Jun 14 01:15:53 2016 +0200 @@ -19,7 +19,7 @@ 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