Skip to content

Commit

Permalink
Issue #2: add simple test case to check CI is running properly
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhoshkun committed Sep 6, 2019
1 parent 5299247 commit 961894d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Empty file added tests/__init__.py
Empty file.
7 changes: 7 additions & 0 deletions tests/ensure_ci_works_test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from unittest import TestCase


class EnsureCIWorksTest(TestCase):

def test_ci_works(self):
self.assertTrue(True)

0 comments on commit 961894d

Please sign in to comment.