Skip to content

Commit d65f5cd

Browse files
committed
Remove obsolete test
1 parent 1518c03 commit d65f5cd

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test/test_rules.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -168,16 +168,6 @@ def test_get_nonexisting_rule() -> None:
168168
assert e.key == "badlang:S127"
169169

170170

171-
def test_export_nonstandard() -> None:
172-
"""test_export_nonstandard"""
173-
export = rules.export(endpoint=util.SQ, export_settings={"FULL_EXPORT": True}, standard=False)
174-
assert len(export) > 0
175-
assert "standard" not in export
176-
export = rules.export(endpoint=util.SQ, export_settings={"FULL_EXPORT": False}, standard=True)
177-
assert len(export) > 0
178-
assert "standard" in export
179-
180-
181171
def test_export_all() -> None:
182172
"""test_export_all"""
183173
rule_list = rules.export_all(endpoint=util.SQ, full=True)

0 commit comments

Comments
 (0)