blob: 14e7d4c556bc22b20bacb54e3b7d552696ec0718 [file] [log] [blame]
# pylint: disable=missing-module-docstring, undefined-variable
assert [foo, bar], "No AssertionError"
assert "There is an AssertionError" # [assert-on-string-literal]
assert "" # [assert-on-string-literal]