We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5343963 commit f12e0e5Copy full SHA for f12e0e5
tests/test_tox.py
@@ -39,8 +39,8 @@ def test_run():
39
40
41
def test_help_command():
42
- success, _ = run_command("fosslight_source -h")
43
- assert success is True, "Test Release: Help command failed "
+ success, msg = run_command("fosslight_source -h")
+ assert success is True, f"Test Release: Help command failed :{msg}"
44
45
46
def test_scan_command():
0 commit comments