Total Complexity | 1 |
Total Lines | 6 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | import subprocess |
||
2 | |||
3 | |||
4 | def test_main(): |
||
5 | assert subprocess.check_output(["nameless", "foo", "foobar"], text=True) == "foobar\n" |
||
6 |