CONFIGURATION!

This commit is contained in:
2026-08-05 18:25:17 +02:00
parent 770c7ca631
commit ffaf8f258e
155 changed files with 28575 additions and 19 deletions
@@ -0,0 +1,10 @@
# SPDX-License-Identifier: GPL-2.0
"""
Detect repeated inclusion error.
If repeated inclusion is detected, it should fail with error message.
"""
def test(conf):
assert conf.oldaskconfig() != 0
assert conf.stderr_contains('expected_stderr')