# HG changeset patch # User Mads Kiilerich # Date 2016-06-14 01:15:53 # Node ID 5ca5379641d03e547f7ba66f0c40e617045cdc83 # Parent 7db1bcf1d95ba27cbbeabaf0b0ca2c31afd66b46 tests: remove last references to nosetests diff --git a/kallithea/tests/api/api_base.py b/kallithea/tests/api/api_base.py --- a/kallithea/tests/api/api_base.py +++ b/kallithea/tests/api/api_base.py @@ -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 --git a/kallithea/tests/other/manual_test_vcs_operations.py b/kallithea/tests/other/manual_test_vcs_operations.py --- a/kallithea/tests/other/manual_test_vcs_operations.py +++ b/kallithea/tests/other/manual_test_vcs_operations.py @@ -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