Skip to content

Commit ee31dc4

Browse files
committed
test linkstatus command
Signed-off-by: Nikhil Dhandre <nik.digitronik@live.comd>
1 parent b0ba5c5 commit ee31dc4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

tests/test_linkstatus.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)