Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork939
Commit7751436
committed
Extract venv management from test_installation
- Create and use a test.lib.helper.VirtualEnvironment class.- Import and use venv module instead of running "python -m venv".These changes make no significant difference in speed or clarityfor the existing test in test_installation. The reason for thischange is instead to support the use of new per-test virtualenvironments in at least one other test.1 parent66ff4c1 commit7751436
2 files changed
+61
-22
lines changedLines changed: 41 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
| |||
36 | 37 |
| |
37 | 38 |
| |
38 | 39 |
| |
| 40 | + | |
39 | 41 |
| |
40 | 42 |
| |
41 | 43 |
| |
| |||
390 | 392 |
| |
391 | 393 |
| |
392 | 394 |
| |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + |
Lines changed: 20 additions & 22 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 | 7 |
| |
9 |
| - | |
10 |
| - | |
| 8 | + | |
11 | 9 |
| |
12 | 10 |
| |
13 | 11 |
| |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 | 12 |
| |
25 | 13 |
| |
26 |
| - | |
| 14 | + | |
27 | 15 |
| |
28 | 16 |
| |
29 |
| - | |
| 17 | + | |
30 | 18 |
| |
31 |
| - | |
| 19 | + | |
32 | 20 |
| |
33 | 21 |
| |
34 | 22 |
| |
| |||
37 | 25 |
| |
38 | 26 |
| |
39 | 27 |
| |
40 |
| - | |
| 28 | + | |
41 | 29 |
| |
42 |
| - | |
| 30 | + | |
43 | 31 |
| |
44 | 32 |
| |
45 | 33 |
| |
| |||
48 | 36 |
| |
49 | 37 |
| |
50 | 38 |
| |
51 |
| - | |
| 39 | + | |
52 | 40 |
| |
53 |
| - | |
| 41 | + | |
54 | 42 |
| |
55 | 43 |
| |
56 | 44 |
| |
| |||
62 | 50 |
| |
63 | 51 |
| |
64 | 52 |
| |
65 |
| - | |
| 53 | + | |
66 | 54 |
| |
67 |
| - | |
| 55 | + | |
68 | 56 |
| |
69 | 57 |
| |
70 | 58 |
| |
| |||
73 | 61 |
| |
74 | 62 |
| |
75 | 63 |
| |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + |
0 commit comments
Comments
(0)