Skip to content

Commit

Permalink
Improve test performance by reducing the amount of permutations when …
Browse files Browse the repository at this point in the history
…testing Webpack builds, part 2 (#1468)
  • Loading branch information
bartfeenstra authored May 7, 2024
1 parent 906ab78 commit e29a58d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion betty/tests/extension/webpack/test_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ class TestBuilder:
(True, True, True, True),
(False, True, True, True),
(True, False, True, True),
(True, True, False, True),
(True, True, True, False),
],
)
Expand Down

0 comments on commit e29a58d

Please sign in to comment.