Skip to content

Commit

Permalink
fixme! dummy test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Jul 11, 2023
1 parent 9b9ca91 commit e3d6c0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ def test_module_matcher(self) -> None:
assert mm.match(modulename) == matches, modulename

def test_glob_matcher(self) -> None:
assert False
matches_to_try = [
(self.make_file("sub/file1.py"), True),
(self.make_file("sub/file2.c"), False),
Expand Down

0 comments on commit e3d6c0c

Please sign in to comment.