We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1518c03 commit d65f5cdCopy full SHA for d65f5cd
test/test_rules.py
@@ -168,16 +168,6 @@ def test_get_nonexisting_rule() -> None:
168
assert e.key == "badlang:S127"
169
170
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
178
- assert "standard" in export
179
-
180
181
def test_export_all() -> None:
182
"""test_export_all"""
183
rule_list = rules.export_all(endpoint=util.SQ, full=True)
0 commit comments