Skip to content

Commit

Permalink
Remove unused test
Browse files Browse the repository at this point in the history
  • Loading branch information
Blanca-Fuentes authored and vkarak committed Nov 12, 2024
1 parent 6e34d16 commit 8d4a472
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions unittests/test_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,6 @@ class MyTest(Abstract):
assert "P0" in str(execinfo.value)


def test_abstract_check():
@rfm.simple_test
class MyTest(Abstract):
pass


def test_param_override():
class MyTest(TwoParams):
P1 = parameter(['-'])
Expand Down

0 comments on commit 8d4a472

Please sign in to comment.