Commit 91c5554
committed
Remove test_next_semver_bad_tag test
This test used a mock BrokenVersionForTest that doesn't implement
the full version interface (missing 'release' attribute).
The behavior it was testing (handling invalid versions that bypass
type checking) is no longer supported - we now rely on proper type
checking to prevent such cases.
Removing this test as it tests behavior we no longer want to support.1 parent 716268b commit 91c5554
1 file changed
+0
-28
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | 69 | | |
98 | 70 | | |
99 | 71 | | |
| |||
0 commit comments