Преглед на файлове

Updating readme with command for running tests

David Leonard преди 10 години
родител
ревизия
1367f0dfa6
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -49,7 +49,7 @@ This project aims to be as close to 100% tested as possible. For a good guide to
 
 To run the tests:
 
-    hackthon-starter $ nosetests --with-coverage --cover-package=hackathon/
+    hackthon-starter $ nosetests unittests/ --cover-package=scripts/ --with-coverage
 
 You will see an output as shown below: