Skip to content

Commit

Permalink
test: add basic autossh test
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed May 8, 2019
1 parent 102e9a4 commit 06cea18
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/t/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ EXTRA_DIST = \
test_autoreconf.py \
test_autorpm.py \
test_autoscan.py \
test_autossh.py \
test_autoupdate.py \
test_avctrl.py \
test_awk.py \
Expand Down
7 changes: 7 additions & 0 deletions test/t/test_autossh.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import pytest


class TestAutossh:
@pytest.mark.complete("autossh -")
def test_1(self, completion):
assert completion

0 comments on commit 06cea18

Please sign in to comment.