__init__.py 220 B

12345678910
  1. """
  2. Detect recursive inclusion error.
  3. If recursive inclusion is detected, it should fail with error messages.
  4. """
  5. def test(conf):
  6. assert conf.oldaskconfig() != 0
  7. assert conf.stderr_contains('expected_stderr')