Skip to content

Commit

Permalink
remove irrelevant test
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTexx committed Nov 4, 2019
1 parent 453a659 commit 5eef543
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test_voluxcliprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,3 @@ def test_get_modules(self):
def test_set_value(self):
vlx.demo.set(20)
assert vlx.demo.get() == 20

def test_set_invalid_values(self):
with pytest.raises(TypeError):
vlx.demo.set('2') # number as string

0 comments on commit 5eef543

Please sign in to comment.