commit 62beb662b2a4f85f6c5dfb282b222a498f4ade30 Author: juga0 juga@riseup.net Date: Tue Sep 18 15:04:10 2018 +0000
Create page for testing instructions --- TESTING.rst => docs/source/testing.rst | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/TESTING.rst b/docs/source/testing.rst similarity index 67% rename from TESTING.rst rename to docs/source/testing.rst index a75aeaa..6a65d58 100644 --- a/TESTING.rst +++ b/docs/source/testing.rst @@ -17,3 +17,8 @@ To install them from ``sbws`` :: To run the tests::
tox + +.. _Flake8: http://flake8.pycqa.org/ +.. _pytest: https://docs.pytest.org/ +.. _tox: https://tox.readthedocs.io +.. _Coverage: https://coverage.readthedocs.io/ \ No newline at end of file