Skip to content

Commit 75ee187

Browse files
authored
Merge pull request #22 from digitronik/check_package
test linkstatus command
2 parents b0ba5c5 + ee31dc4 commit 75ee187

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)