repo.or.cz
/
build-config.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
first version
[build-config.git]
/
config-prog
/
tests
/
preprocess
/
variable
/
__init__.py
blob
e88b1708d6d4c0200953737ea066402a07f5231c
1
# SPDX-License-Identifier: GPL-2.0
2
"""
3
Variable and user-defined function tests.
4
"""
5
6
def
test
(
conf
):
7
assert
conf
.
oldaskconfig
() ==
0
8
assert
conf
.
stderr_matches
(
'expected_stderr'
)