__init__.py 178 B

123456789
  1. """
  2. Warn recursive inclusion.
  3. Recursive dependency should be warned.
  4. """
  5. def test(conf):
  6. assert conf.oldaskconfig() == 0
  7. assert conf.stderr_contains('expected_stderr')