Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Jun 20, 2018
1 parent 02dac9a commit 3d7e072
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/test_all.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env python
import pytest
import subprocess


def test_all():
subprocess.check_call(['findssh'])


if __name__ == '__main__':
pytest.main()

0 comments on commit 3d7e072

Please sign in to comment.