Skip to content

Commit

Permalink
Merge pull request #21 from kevinlondon/bugfix/testing
Browse files Browse the repository at this point in the history
Changed "tests" to "test" in README and added requirements.txt
  • Loading branch information
shidarin committed May 13, 2014
2 parents 06e62d0 + 4bb5067 commit 2e451f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ Submitting Code

Before generating a pull request, make sure to run the test suite:::

$ python setup.py tests
$ python setup.py test

If the tests fail, note which tests are failing, how they would have been
affected by your code. Always assume you broke something rather than that the
Expand Down Expand Up @@ -254,4 +254,4 @@ License
.. |Coverage Status| image:: https://coveralls.io/repos/shidarin/cdl_convert/badge.png?branch=master
:target: https://coveralls.io/r/shidarin/cdl_convert?branch=master
.. |Code Health| image:: https://landscape.io/github/shidarin/cdl_convert/master/landscape.png
:target: https://landscape.io/github/shidarin/cdl_convert/master
:target: https://landscape.io/github/shidarin/cdl_convert/master
2 changes: 2 additions & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Used for running the test suite
mock>=1.0.1

0 comments on commit 2e451f9

Please sign in to comment.