We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 543b18e commit 50be680Copy full SHA for 50be680
README.md
@@ -35,7 +35,7 @@ sudo apt-get install pylint
35
36
Running Static Analysis:
37
<pre>
38
-nose2 --junit-xml --with-coverage --coverage-report xml
+pylint stock_alerter/ -f parseable > analysis.txt
39
</pre>
40
41
Running Tests with Code Coverage:
0 commit comments