![]() |
|
|||
0001 # SPDX-License-Identifier: GPL-2.0 0002 """ 0003 Detect recursive inclusion error. 0004 0005 If recursive inclusion is detected, it should fail with error messages. 0006 """ 0007 0008 0009 def test(conf): 0010 assert conf.oldaskconfig() != 0 0011 assert conf.stderr_contains('expected_stderr')
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |