From 0d76a624273c2168e91b55c192b518857806da77 Mon Sep 17 00:00:00 2001 From: Samuel Dion-Girardeau Date: Mon, 22 Aug 2016 20:24:37 -0400 Subject: [PATCH] Fix coverage commands - Remove setup.py, as the tests don't run it; - Put the correct test command; - Add `$ ` prompts, for conformity with the previous steps. --- CONTRIBUTING.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index a1832c4..ac76b77 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -109,9 +109,9 @@ Here's how to set up `snappass` for local development. 8. Check that the test coverage hasn't dropped:: - coverage run --source snappass setup.py tests - coverage report -m - coverage html + $ coverage run --source snappass tests.py + $ coverage report -m + $ coverage html 9. Submit a pull request through the GitHub website.