pytest
pytest copied to clipboard
[Bug Fix] Pytester.syspathinsert() has no effect when using runpytest_subprocess() . closes #10651
- [ ] Include documentation when adding new features.
- [x] Include new tests or update existing tests when applicable.
- [X] Allow maintainers to push and squash when merging my commits. Please uncheck this if you prefer to squash the commits yourself.
If this change fixes an issue, please:
- [x] Add text like
closes #XYZWto the PR description and/or commits (whereXYZWis the issue number). See the github docs for more information.
Unless your change is trivial or a small documentation fix (e.g., a typo or reword of a small section) please:
-
[X] Create a new changelog file in the
changelogfolder, with a name like<ISSUE NUMBER>.<TYPE>.rst. See changelog/README.rst for details.Write sentences in the past or present tense, examples:
- Improved verbose diff output with sequences.
- Terminal summary statistics now use multiple colors.
Also make sure to end the sentence with a
.. -
[X] Add yourself to
AUTHORSin alphabetical order.
Closes #10651
Thanks @Oreldm for the contribution, please take a look at my comments.