Loading...
1
2
3
4
5
6
7
8
9
"""
Warn recursive inclusion.

Recursive dependency should be warned.
"""

def test(conf):
    assert conf.oldaskconfig() == 0
    assert conf.stderr_contains('expected_stderr')