summaryrefslogtreecommitdiff
path: root/tests/functional/a/assert_on_string_literal.py
blob: 14e7d4c556bc22b20bacb54e3b7d552696ec0718 (plain)
1
2
3
4
# 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]