You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/snyk-fix/test/acceptance/plugins/python/update-dependencies/__snapshots__/update-dependencies.spec.ts.snap
+37Lines changed: 37 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,43 @@ Array [
13
13
]
14
14
`;
15
15
16
+
exports[`fix *req*.txt / *.txt Python projects fixes multiple files via -r with the same name (some were already fixed) 1`] =`
17
+
"Successful fixes:
18
+
19
+
app-with-already-fixed/requirements.txt
20
+
✔ Upgraded Django from 1.6.1 to 2.0.1
21
+
✔ Upgraded Django from 1.6.1 to 2.0.1 (upgraded in core/requirements.txt)
22
+
✔ Upgraded Jinja2 from 2.7.2 to 2.7.3 (upgraded in lib/requirements.txt)
23
+
24
+
app-with-already-fixed/core/requirements.txt
25
+
✔ Previously fixed
26
+
27
+
app-with-already-fixed/lib/requirements.txt
28
+
✔ Previously fixed
29
+
30
+
Summary:
31
+
32
+
0 items were not fixed
33
+
3 items were successfully fixed"
34
+
`;
35
+
36
+
exports[`fix *req*.txt / *.txt Python projects fixes multiple files via -r with the same name (some were already fixed) 2`] =`
37
+
Array [
38
+
Object {
39
+
"success": true,
40
+
"userMessage": "Upgraded Django from 1.6.1 to 2.0.1",
41
+
},
42
+
Object {
43
+
"success": true,
44
+
"userMessage": "Upgraded Django from 1.6.1 to 2.0.1 (upgraded in core/requirements.txt)",
45
+
},
46
+
Object {
47
+
"success": true,
48
+
"userMessage": "Upgraded Jinja2 from 2.7.2 to 2.7.3 (upgraded in lib/requirements.txt)",
0 commit comments