pcdshub / pcdshub/cookiecutter-pcds-python
Add pytest settings in pyproject.toml?
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 5
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Current Behavior
- General pytest settings are in our CI config
run_tests.pywas removed
Possible Solution
pyproject.toml could have pytest settings in it (among many other things):
https://github.com/microsoft/python-package-template/blob/648cccfd42fa660ea6bf1f2229bcec2fec20c6c7/pyproject.toml#L90-L104
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Compare the pytest settings currently in the CI configuration with the referenced section of pyproject.toml, noting that run_tests.py has been removed. Add the appropriate general settings to pyproject.toml and verify that the project’s CI test invocation still uses them.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100