Skip to content

Commit

Permalink
add empty test
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Apr 25, 2024
1 parent b0d11c1 commit cfe1322
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/integration/clitest/test_mkngff.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ def setup_method(self, method): # type: ignore
def mkngff(self, capfd): # type: ignore
self.cli.invoke(self.args, strict=True)
return capfd.readouterr()[0]

def test_mkngff(self, capfd): # type: ignore
name = "empty test"
assert name is not None

0 comments on commit cfe1322

Please sign in to comment.