commit b132f8c1897413e23d341817397d7bb0248e4034 Author: juga0 juga@riseup.net Date: Fri Sep 14 18:47:20 2018 +0000
Move testing docs to testing file --- INSTALL.rst | 19 ------------------- TESTING.rst | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/INSTALL.rst b/INSTALL.rst index 9d5c8f5..5832f3b 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -48,25 +48,6 @@ Install the python dependencies:: ``sbws`` needs :term:`destination` s to request files from. Please, see :ref:`deploy` to know how to configure, deploy and run ``sbws``.
-Installing tests dependencies and running them ------------------------------------------------- - -To run the tests, extra Python depenencies are needed: - -- Flake8_ -- tox_ -- pytest_ -- coverage_ - -To install them from ``sbws`` :: - - pip install .[dev] && pip install .[test] - -To run the tests:: - - tox - - Installing documentation dependendencies and building it ---------------------------------------------------------
diff --git a/TESTING.rst b/TESTING.rst new file mode 100644 index 0000000..a75aeaa --- /dev/null +++ b/TESTING.rst @@ -0,0 +1,19 @@ +.. _testing: + +Installing tests dependencies and running tests +================================================== + +To run the tests, extra Python depenencies are needed: + +- Flake8_ +- tox_ +- pytest_ +- coverage_ + +To install them from ``sbws`` :: + + pip install .[dev] && pip install .[test] + +To run the tests:: + + tox
tor-commits@lists.torproject.org