pytest-dev / pytest-dev/pytest
create a way to run acceptance tests from folder trees directly in the source tree
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 14.5k
- Forks
- 3.4k
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 35
Description
our mechanism for acceptance testing is a disgrace, creating file trees in test scripts to run nested py.test instances against it is both wastefull, and hard to debug
instead we should have the file trees that show the issues inside of our source tree for direct use and examination
this also relates to #2207
Contributor guide
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
Start by reviewing the current acceptance-testing mechanism, especially the test scripts that create file trees and launch nested py.test instances. Read the discussion in #2207 as related context. Done means acceptance tests can use file trees placed directly in the source tree for execution and examination.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100