Skip to content

Commit bf3371e

Browse files
committed
Add test for UNUSED_* strings
1 parent b2dba32 commit bf3371e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_df_ignore_string_rules.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
(rules.all_ignore_rules, "She", False),
105105
(rules.all_ignore_rules, "she", False),
106106
(rules.all_ignore_rules, "/N", False),
107+
(rules.all_ignore_rules, "UNUSED_15_08", True),
107108
],
108109
)
109110
def test_ignore_rules(rule: Callable[[str], bool], string: str, ignore: bool) -> None: # noqa: FBT001

0 commit comments

Comments
 (0)