Pytest 8 compatibility
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 55/100
Research direction
Open test.py and inspect the setup and teardown methods used by the tests. Check the project under pytest 8, apply the compatibility changes described in the issue, and rerun the tests to confirm they pass without setup or teardown warnings.
Written by the indexing model from the issue text.
Description
If you want this project to be compatible with pytest 8, you have to rename setup to setup_method and teardown to teardown_method in test.py.
Or run:
sed -i "s/setup(/setup_method(/" test.py
sed -i "s/teardown(/teardown_method(/" test.py
- Dominant language
- Python
- Stars
- 125
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Getting set up
We have not checked this project's setup files yet. Start from its README, and see our first-contribution guide for the general steps.
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.
More from miracle2k/python-glob2
-
Difficulty 1/5 Under an hour Newbie friendliness 84/100
miracle2k/python-glob2#25 · 1 comment · 1 reaction ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 45/100
miracle2k/python-glob2#29 ·
-
Difficulty 5/5 Over a week Newbie friendliness 15/100
miracle2k/python-glob2#28 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 28/100
miracle2k/python-glob2#26 · 2 comments ·
-
Difficulty 5/5 Over a week Newbie friendliness 20/100
miracle2k/python-glob2#21 · 4 comments · 3 reactions ·
All issues in miracle2k/python-glob2
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
PedestrianDynamics/pyFDS-Evac#199 ·
Maintainers usually reply within 1 day
-
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
521xueweihan/HelloGitHub#3790 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
sandialabs/atlas-ui-3#978 ·
Maintainers usually reply within 1 day
-
area: tests perceived difficulty: 2
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
Nitjsefnie-Harness-Commons/daedalus#1255 ·
Maintainers usually reply within 1 day
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
EleutherAI/lm-evaluation-harness#4256 ·
Maintainers usually reply within 1 day