Move run_with_file_number_limit.py out of pytest test suite
Open
tests
- Dominant language
- Python
- Stars
- 93
- Forks
- 92
- Avg merge
- 14h 44m
- Merged PRs (30d)
- 30
Description
`run_with_file_number_limit.py` is not something pytest would collect. It should not be in the tests folder. I stumbled into a problem of the tests failing because psutil is missing but it should not have mattered.
Contributor guide
Research direction
Locate `run_with_file_number_limit.py` in the tests folder and inspect how pytest discovers files there. Move the script to an appropriate non-test location, then run the test suite without psutil to confirm unrelated tests no longer depend on it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing-qa
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100