Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | debug: see the output from run_in_venv | Ned Batchelder | 2021-11-21 | 1 | -0/+2 |
| | |||||
* | perf(test): run pip just once, shaves 1.2s off the fixture | Ned Batchelder | 2021-10-31 | 1 | -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 tests | Ned Batchelder | 2021-10-31 | 1 | -4/+4 |
| | |||||
* | fix: don't warn about already imported files for namespace packages #888 | Ned Batchelder | 2021-10-31 | 1 | -2/+52 |
| | | | | Ignore namespace packages in the already-imported check. #888 | ||||
* | refactor(test): the virtualenv tests deserve their own file | Ned Batchelder | 2021-10-31 | 1 | -0/+276 |