Commit 7885ec3
Vladimir Safonkin
Rework pipenv caching test (actions#375)
* Rework python-pipenv-dependencies-caching test
* Update Pipfile.lock hash in the tests
* Rework python-pipenv-dependencies-caching-path test
* Set location for pipenv test
* Remove requests package from tests
* Test pipenv without caching
* Enable pipenv cache1 parent 9c644ca commit 7885ec3Copy full SHA for 7885ec3
6 files changed
+106-266Lines changed: 106 additions & 266 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- .github/workflows
- __tests__
- data
Expand file treeCollapse file tree
Open diff view settings
Collapse file
.github/workflows/e2e-cache.yml
Copy file name to clipboardExpand all lines: .github/workflows/e2e-cache.yml+12-8Lines changed: 12 additions & 8 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
23 | 23 | |
24 | 24 | |
25 | 25 | |
26 | | - |
| 26 | + |
27 | 27 | |
28 | 28 | |
29 | 29 | |
| ||
41 | 41 | |
42 | 42 | |
43 | 43 | |
44 | | - |
| 44 | + |
45 | 45 | |
46 | 46 | |
47 | 47 | |
| ||
50 | 50 | |
51 | 51 | |
52 | 52 | |
53 | | - |
| 53 | + |
| 54 | + |
| 55 | + |
54 | 56 | |
55 | 57 | |
56 | 58 | |
| ||
61 | 63 | |
62 | 64 | |
63 | 65 | |
64 | | - |
| 66 | + |
65 | 67 | |
66 | 68 | |
67 | 69 | |
| ||
83 | 85 | |
84 | 86 | |
85 | 87 | |
86 | | - |
| 88 | + |
87 | 89 | |
88 | 90 | |
89 | 91 | |
| ||
102 | 104 | |
103 | 105 | |
104 | 106 | |
105 | | - |
| 107 | + |
106 | 108 | |
107 | 109 | |
108 | 110 | |
109 | 111 | |
110 | 112 | |
111 | | - |
| 113 | + |
112 | 114 | |
113 | 115 | |
114 | 116 | |
115 | | - |
| 117 | + |
| 118 | + |
| 119 | + |
Collapse file
__tests__/cache-restore.test.ts
Copy file name to clipboardExpand all lines: __tests__/cache-restore.test.ts+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
5 | 5 | |
6 | 6 | |
7 | 7 | |
8 | | - |
| 8 | + |
9 | 9 | |
10 | 10 | |
11 | 11 | |
|
Collapse file
__tests__/cache-save.test.ts
Copy file name to clipboardExpand all lines: __tests__/cache-save.test.ts+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
6 | 6 | |
7 | 7 | |
8 | 8 | |
9 | | - |
| 9 | + |
10 | 10 | |
11 | 11 | |
12 | 12 | |
|
Collapse file
__tests__/data/Pipfile
Copy file name to clipboard+13Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
0 commit comments