← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~lesniak-szymon-p/openlp/correct_test_readme into lp:openlp

 

Szymon Leśniak has proposed merging lp:~lesniak-szymon-p/openlp/correct_test_readme into lp:openlp.

Requested reviews:
  OpenLP Core (openlp-core)

For more details, see:
https://code.launchpad.net/~lesniak-szymon-p/openlp/correct_test_readme/+merge/292043

Documentation stated that you run tests with `nosetests` command. The merge changes it to `nosetests3`.
-- 
Your team OpenLP Core is requested to review the proposed merge of lp:~lesniak-szymon-p/openlp/correct_test_readme into lp:openlp.
=== modified file 'tests/README.txt'
--- tests/README.txt	2012-12-05 18:52:31 +0000
+++ tests/README.txt	2016-04-15 19:34:22 +0000
@@ -19,16 +19,16 @@
 
 To run the tests, navigate to the root directory of the OpenLP project, and then run the following command::
 
-    nosetests -v tests
+    nosetests3 -v tests
 
 Or, to run only the functional tests, run the following command::
 
-    nosetests -v tests/functional
+    nosetests3 -v tests/functional
 
 Or, to run only a particular test suite within a file, run the following command::
 
-    nosetests -v tests/functional/test_applocation.py
+    nosetests3 -v tests/functional/test_applocation.py
 
 Finally, to only run a particular test, run the following command::
 
-    nosetests -v tests/functional/test_applocation.py:TestAppLocation.get_frozen_path_test
+    nosetests3 -v tests/functional/test_applocation.py:TestAppLocation.get_frozen_path_test


Follow ups