Skip to content

Commit

Permalink
Add test for --no-labels flag
Browse files Browse the repository at this point in the history
  • Loading branch information
pouwerkerk committed Jan 21, 2025
1 parent 69564df commit b7563d0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test_runlike.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,3 +217,11 @@ def setUpClass(cls):

def test_no_name(self):
self.dont_expect_substr("--name")

class TestRunlikeNoName(BaseTest):
@classmethod
def setUpClass(cls):
cls.start_runlike(["--no-labels"])

def test_no_labels(self):
self.dont_expect_substr("--label")

0 comments on commit b7563d0

Please sign in to comment.