Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.7-rc4 9 lines 222 B view raw
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')