changeset 5969:5ca5379641d0

tests: remove last references to nosetests
author Mads Kiilerich <madski@unity3d.com>
date Tue, 14 Jun 2016 01:15:53 +0200
parents 7db1bcf1d95b
children 10d7b01af4f0
files kallithea/tests/api/api_base.py kallithea/tests/other/manual_test_vcs_operations.py
diffstat 2 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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 <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
--- 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