summaryrefslogtreecommitdiff
path: root/setuptools/tests/fixtures.py
Commit message (Expand)AuthorAgeFilesLines
* Adequate venv fixtures to the latest change in virtualenvAnderson Bravalheri2023-05-021-1/+3
* [CI] Allow pre-built distribution to be used in tests with virtualenvsAnderson Bravalheri2022-03-071-0/+8
* Apply suggestions from code reviewAnderson Bravalheri2022-02-271-1/+1
* Prevent leaking PYTHONPATH to spawned processes in testsKarolina Surma2022-02-271-1/+12
* Only resolve 'parent' directory when xdist is in use. Fixes #3059.Jason R. Coombs2022-01-291-2/+4
* Replace tmp_src fixture with the virtualenv fixturesAnderson Bravalheri2022-01-061-17/+0
* Extract venv fixtures from test_distutils_adoptionAnderson Bravalheri2022-01-061-1/+31
* Add fixtures for sdist and wheel artifactsAnderson Bravalheri2022-01-061-0/+32
* Add test capturing missed expectation. Ref #2612.Jason R. Coombs2021-03-201-0/+14
* Extract workaround for pytest-dev/pytest-xdist#376 as a fixture. Invoke the r...Jason R. Coombs2021-01-181-0/+19
* Rely on rootdir to determine the source. Avoids coupling with position in the...Jason R. Coombs2021-01-181-9/+2
* Avoid indirection in src_dirJason R. Coombs2021-01-171-4/+1
* Make `test_pip_upgrade_from_source` xdist-friendlySviatoslav Sydorenko2021-01-181-0/+28
* Fix tests with pytest 6.2Chih-Hsuan Yen2020-12-131-2/+2
* ReindentJason R. Coombs2016-07-301-5/+5
* Don't rely on mock in the pluginJason R. Coombs2016-07-301-7/+3
* Use unittest.mock from standard library instead of external mock with Python ...Arfrever Frehtes Taifersar Arahesis2015-01-151-1/+4
* Rewrite test using pytest.Jason R. Coombs2015-01-021-0/+7
* Also save the ENABLE_USER_SITE setting in the user_override.Jason R. Coombs2015-01-011-1/+2
* Move fixture to a fixtures module and make that fixture available globally.Jason R. Coombs2015-01-011-0/+16