We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 227d972 commit 8230a22Copy full SHA for 8230a22
1 file changed
minecode/tests/collectors/test_github.py
@@ -40,6 +40,13 @@ def test_github_get_all_versions(self):
40
"minecode-pipelines/v0.0.1b6",
41
"minecode-pipelines/v0.0.1b7",
42
"minecode-pipelines/v0.0.1b8",
43
+ "minecode-pipelines/v0.0.1b9",
44
+ "minecode-pipelines/v0.0.1b10",
45
+ "minecode-pipelines/v0.0.1b11",
46
+ "minecode-pipelines/v0.0.1b12",
47
+ "minecode-pipelines/v0.0.1b13",
48
+ "minecode-pipelines/v0.0.1b14",
49
+ "minecode-pipelines/v0.0.1b15",
50
]
51
for item in versions:
52
self.assertIn(item, expected)
0 commit comments