Skip to content

Commit

Permalink
test/totem: add basic test case
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Feb 17, 2020
1 parent 9a9f09f commit 9c33f68
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 @@ -591,6 +591,7 @@ EXTRA_DIST = \
test_time.py \
test_timeout.py \
test_tipc.py \
test_totem.py \
test_touch.py \
test_tox.py \
test_tr.py \
Expand Down
7 changes: 7 additions & 0 deletions test/t/test_totem.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import pytest


class TestTotem:
@pytest.mark.complete("totem ")
def test_basic(self, completion):
assert completion

0 comments on commit 9c33f68

Please sign in to comment.