We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0ba5c5 + ee31dc4 commit 75ee187Copy full SHA for 75ee187
1 file changed
tests/test_linkstatus.py
@@ -0,0 +1,6 @@
1
+import os
2
+
3
4
+def test_linkstatus_command():
5
+ return_code = os.system("linkstatus")
6
+ assert return_code == 0
0 commit comments