Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Support Docs] Update Support Docs with Better & Clearer Pytest.ini info. #2953

Closed
4 tasks done
BethanyG opened this issue Feb 22, 2022 · 0 comments · Fixed by #2989
Closed
4 tasks done

[Support Docs] Update Support Docs with Better & Clearer Pytest.ini info. #2953

BethanyG opened this issue Feb 22, 2022 · 0 comments · Fixed by #2989
Assignees
Labels
bug 🐛 maintainer action required❕ A maintainer needs to take action on this.

Comments

@BethanyG
Copy link
Member

BethanyG commented Feb 22, 2022

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

Documents to review and update:

@BethanyG BethanyG added bug 🐛 maintainer action required❕ A maintainer needs to take action on this. labels Feb 22, 2022
@BethanyG BethanyG self-assigned this Feb 22, 2022
@exercism exercism deleted a comment from github-actions bot Feb 22, 2022
BethanyG added a commit to BethanyG/python that referenced this issue Mar 30, 2022


* 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
@BethanyG BethanyG linked a pull request Mar 30, 2022 that will close this issue
BethanyG added a commit to BethanyG/python that referenced this issue Mar 30, 2022


* 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
BethanyG added a commit that referenced this issue Mar 30, 2022
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 maintainer action required❕ A maintainer needs to take action on this.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant