summaryrefslogtreecommitdiff
path: root/tests/test_venv.py
Commit message (Collapse)AuthorAgeFilesLines
* test: virtualenv tests are still broken on 3.11.0a4 (bpo 46028)Ned Batchelder2022-01-151-1/+1
|
* style(test): use a consistent name format for test_bug_XXX testsNed Batchelder2022-01-101-1/+1
|
* test(build): skip virtualenv tests on 3.11.0a3 (bpo 46028)Ned Batchelder2022-01-021-0/+2
| | | | | I'm hoping this will be fixed in 3.11.0a4 by https://github.com/python/cpython/pull/30144
* debug: see the output from run_in_venvNed Batchelder2021-11-211-0/+2
|
* perf(test): run pip just once, shaves 1.2s off the fixtureNed Batchelder2021-10-311-8/+9
| | | | ... though that means it's 8.1s instead of 9.3s, so still pretty slow.
* test: use the coverage-command fixture throughout the venv testsNed Batchelder2021-10-311-4/+4
|
* fix: don't warn about already imported files for namespace packages #888Ned Batchelder2021-10-311-2/+52
| | | | Ignore namespace packages in the already-imported check. #888
* refactor(test): the virtualenv tests deserve their own fileNed Batchelder2021-10-311-0/+276