Skip to content
Snippets Groups Projects
Commit b132f8c1 authored by juga's avatar juga
Browse files

Move testing docs to testing file

parent 7663f8fb
No related branches found
No related tags found
No related merge requests found
......@@ -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
---------------------------------------------------------
......
.. _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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment