Skip to content

Commit

Permalink
Flake8 formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-r-thorpe committed Apr 26, 2024
1 parent 5ba312d commit af0c67a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nmostesting/NMOSTesting.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@
"class": IS1202Test.IS1202Test,
"urlpath": True
},
"IS-14-01" : {
"IS-14-01": {
"name": "IS-14 Configuration",
"specs": [{
"spec_key": "is-14",
Expand Down
7 changes: 4 additions & 3 deletions nmostesting/suites/IS1401Test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

from ..GenericTest import GenericTest


class IS1401Test(GenericTest):
"""
Runs IS-04-01-Test
Expand All @@ -23,11 +24,11 @@ def __init__(self, apis, auths, **kwargs):

def set_up_tests(self):
pass

def tear_down_tests(self):
pass

def test_01(self, test):
"""First test"""

return test.UNCLEAR("Noting was tested.")
return test.UNCLEAR("Noting was tested.")

0 comments on commit af0c67a

Please sign in to comment.