Skip to content

Commit

Permalink
Improve test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshiner committed Jul 11, 2023
1 parent 03dcd8e commit 7d9c4b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_plugboard/test_plugboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ def test_plugboard_raises_for_invalid_argument(self):
Plugboard([("A", "B", "C")])
with self.assertRaises(InvalidPlugboard):
Plugboard([("@", "B")])

def test_plugboard_can_be_empty(self):
Plugboard()

0 comments on commit 7d9c4b0

Please sign in to comment.