Skip to content

Commit

Permalink
Add test case for no exemption list
Browse files Browse the repository at this point in the history
  • Loading branch information
zkoppert authored Nov 15, 2023
1 parent a4d3d95 commit 6032100
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_stale_repos.py
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,7 @@ def test_exempt_repos(self):
("conf-repo", ["exempt_repo", "conf-*"], True),
("conf", ["conf-*"], False),
("repo", ["repo1", "repo-"], False),
("repo", [""], False),
]

for repo_name, exempt_repos, expected_result in test_cases:
Expand Down

0 comments on commit 6032100

Please sign in to comment.