diff --git a/tests/test_linkstatus.py b/tests/test_linkstatus.py new file mode 100644 index 0000000..4f91df4 --- /dev/null +++ b/tests/test_linkstatus.py @@ -0,0 +1,6 @@ +import os + + +def test_linkstatus_command(): + return_code = os.system("linkstatus") + assert return_code == 0