Browse Source

Add installation step for pytest in doc

refactoring
Matthias Volk 5 years ago
parent
commit
b14ec6fc40
  1. 11
      doc/source/installation.rst

11
doc/source/installation.rst

@ -91,9 +91,14 @@ The build step ``build_ext`` also takes optional arguments for a more advanced c
Testing stormpy installation
----------------------------
After building, you can run the test files by::
After building, you can run the test files by either::
$ python setup.py test
or by invoking pytest directly with::
$ pip install pytest
$ py.test tests/
py.test tests/
If the tests pass, you can now use stormpy.
To get started, continue with our :doc:`getting_started`, consult the test files in ``tests/`` or the :doc:`api` (work in progress).
Loading…
Cancel
Save