Skip to content

Commit

Permalink
bundler: Drop duplicate integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
slimreaper35 committed Jan 16, 2025
1 parent 980e92f commit 03b433f
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions tests/integration/test_bundler.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,32 +50,6 @@
),
id="bundler_malformed_lockfile",
),
pytest.param(
utils.TestParameters(
repo="https://github.com/cachito-testing/cachi2-bundler.git",
ref="well_formed_ruby_all_features",
packages=({"path": ".", "type": "bundler"},),
check_output=False,
check_deps_checksums=False,
check_vendor_checksums=False,
expected_exit_code=0,
expected_output="",
),
id="bundler_everything_present",
),
pytest.param(
utils.TestParameters(
repo="https://github.com/cachito-testing/cachi2-bundler.git",
ref="well_formed_ruby_without_gemspec",
packages=({"path": ".", "type": "bundler"},),
check_output=False,
check_deps_checksums=False,
check_vendor_checksums=False,
expected_exit_code=0,
expected_output="",
),
id="bundler_everything_present_except_gemspec",
),
],
)
def test_bundler_packages(
Expand Down

0 comments on commit 03b433f

Please sign in to comment.