Skip to content

Commit

Permalink
revert formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Apr 15, 2024
1 parent 53f07b0 commit 7cd2ed1
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions test/integration/bundle/test_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,10 @@
import zipfile


TEST_VERSIONS = [
"0.0.0",
"1.3.0",
"1.4.0",
"1.5.0",
"1.6.0",
"1.7.0b1",
"1.7.0",
"1.8.0b1",
]


@pytest.mark.parametrize("test_version", TEST_VERSIONS)
@pytest.mark.parametrize(
argnames="test_version",
argvalues=["0.0.0", "1.3.0", "1.4.0", "1.5.0", "1.6.0", "1.7.0b1", "1.7.0", "1.8.0b1"],
)
def test_generate_bundle_creates_a_bundle_with_valid_version(
test_version
):
Expand Down

0 comments on commit 7cd2ed1

Please sign in to comment.