You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
At commit 1fca257d4d5 it was found necessary to run pytest separately for the doctests and tests folder.
Steps to reproduce the bug
run pytest --doctest-modules.
Expected behavior
Doctests from cylc/ and tests from tests/ should both be run.
Pull requests welcome!
This is an Open Source project - please consider contributing a bug fix
yourself (please read CONTRIBUTING.md before starting any work though).
The text was updated successfully, but these errors were encountered:
Describe the bug
At commit 1fca257d4d5 it was found necessary to run pytest separately for the doctests and tests folder.
Steps to reproduce the bug
run
pytest --doctest-modules
.Expected behavior
Doctests from
cylc/
and tests fromtests/
should both be run.Pull requests welcome!
This is an Open Source project - please consider contributing a bug fix
yourself (please read
CONTRIBUTING.md
before starting any work though).The text was updated successfully, but these errors were encountered: