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
Per issues #2536 , #2539 and #2745 -- Without a pytest.ini file placed at the root of the exercise repo, Pytest will throw "unregistered mark" warnings for the marked test tasks in our test files.
Since we have not resolved having this file download automatically with the CLI, we need to be very clear in our docs with how student get these warnings to disappear/silence. We should include:
How to run silenced from the command line
How to set an env var for running silent/registering marks
How to place a pytest.ini file to register the marks
How to create a pytest.ini file from scratch to register marks
* added the pytest invokation pytest -o markers=task to the "running tests" sections of exercises/shared/test.md and docs/TESTS.md
* updated and clarified INSTALLATION.md
* updated and added new resources to LEARNING.md
* updated and added new resources to RESOURCES.md
* overhauled TOOLS.md and added new editors and links
* added the pytest invokation pytest -o markers=task to the "running tests" sections of exercises/shared/test.md and docs/TESTS.md
* updated and clarified INSTALLATION.md
* updated and added new resources to LEARNING.md
* updated and added new resources to RESOURCES.md
* overhauled TOOLS.md and added new editors and links
* added the pytest invokation pytest -o markers=task to the "running tests" sections of exercises/shared/test.md and docs/TESTS.md
* updated and clarified INSTALLATION.md
* updated and added new resources to LEARNING.md
* updated and added new resources to RESOURCES.md
* overhauled TOOLS.md and added new editors and links
Per issues #2536 , #2539 and #2745 -- Without a
pytest.ini
file placed at the root of the exercise repo,Pytest
will throw "unregistered mark" warnings for the marked test tasks in our test files.Since we have not resolved having this file download automatically with the CLI, we need to be very clear in our docs with how student get these warnings to disappear/silence. We should include:
pytest.ini
file to register the markspytest.ini
file from scratch to register marksDocuments to review and update:
python/exercises/shared/.docs/HELP.md
(this is downloaded via CLI)python/docs/TESTS.md
(this is only available on website, consider a copy for download via CLI)python/docs/TOOLS.md
(this is only available on the website, consider a copy for download via CLI)python/docs/RESOURCES.md
(website) (to add docs on pytest and other tools we use)The text was updated successfully, but these errors were encountered: