Files
2022-09-13 11:04:33 +08:00

10 lines
178 B
Python

"""
Warn recursive inclusion.
Recursive dependency should be warned.
"""
def test(conf):
assert conf.oldaskconfig() == 0
assert conf.stderr_contains('expected_stderr')