Linux Audio

Check our new training course

Linux debugging, profiling, tracing and performance analysis training

Apr 14-17, 2025
Register
Loading...
Note: File does not exist in v3.1.
1# SPDX-License-Identifier: GPL-2.0
2"""
3Built-in function tests.
4"""
5
6def test(conf):
7    assert conf.oldaskconfig() == 0
8    assert conf.stdout_contains('expected_stdout')
9    assert conf.stderr_matches('expected_stderr')