Skip to content

Commit

Permalink
inv_arg test is now obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
jranalli committed Sep 30, 2024
1 parent 87d233f commit b092926
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/test/test_ig.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ def test_default_usage(self, gas):
assert gas.s(T=pm.config['def_T']) == gas.s(T=pm.config['def_T'], p=pm.config['def_p'])
assert gas.s(p=pm.config['def_p']) == gas.s(T=pm.config['def_T'], p=pm.config['def_p'])

def test_invarg_toomany(self, gas):
with raises(pm.utility.PMParamError):
gas.T(h=300, s=5)
with raises(pm.utility.PMParamError):
gas.T(e=300, s=5)

def test_d_v_collision(self, gas):
with raises(pm.utility.PMParamError):
gas.T(d=1, v=1)
Expand Down

0 comments on commit b092926

Please sign in to comment.