Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
pyMOR
pymor
Commits
70d25242
Unverified
Commit
70d25242
authored
Sep 23, 2021
by
René Fritze
Browse files
[docs] note directly invoking pytest
closes #939
parent
12a8f0a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/source/developer_docs.rst
View file @
70d25242
...
...
@@ -138,7 +138,10 @@ Azure Pipelines (MacOS and Windows testsuite) and GitHub Actions (misc. checks).
pyMOR uses `pytest <https://pytest.org/>`_ for unit testing.
All tests are contained within the `src/pymortests` directory and can be run
individually by executing `python3 src/pymortests/the_module.py`.
individually by executing `python3 src/pymortests/the_module.py` or invoking
pytest directly. Please refer to the `pytest documentation https://docs.pytest.org/en/latest/how-to/usage.html`_
for detailed examples.
.. _ref_gitlab_ci:
...
...
@@ -275,7 +278,7 @@ Azure Pipelines
Setup test environments with conda and run pytest. Also generate and upload coverage reports.
.. note:: ``.ci/azure/pymor_defaults.py_*`` may override defaults
.. note:: ``.ci/azure/pymor_defaults.py_*`` may override defaults
.. _ref_docker_images:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment