diff options
author | Lionel <lionel.miquel46@gmail.com> | 2019-04-13 20:07:22 +0200 |
---|---|---|
committer | Lionel <lionel.miquel46@gmail.com> | 2019-04-13 20:07:22 +0200 |
commit | c13354cd02effc2cc7678a5faa393788861a391f (patch) | |
tree | dc345b40755427bbe848758e58dba09281a8065f /botvac/tests | |
parent | f215c0472ccc5851a075260412825cfd52601369 (diff) | |
download | aneatocli-c13354cd02effc2cc7678a5faa393788861a391f.tar.gz aneatocli-c13354cd02effc2cc7678a5faa393788861a391f.zip |
Cleaning up .
Diffstat (limited to 'botvac/tests')
-rw-r--r-- | botvac/tests/__init__.py | 0 | ||||
-rw-r--r-- | botvac/tests/tests.py | 14 |
2 files changed, 0 insertions, 14 deletions
diff --git a/botvac/tests/__init__.py b/botvac/tests/__init__.py deleted file mode 100644 index e69de29..0000000 --- a/botvac/tests/__init__.py +++ /dev/null diff --git a/botvac/tests/tests.py b/botvac/tests/tests.py deleted file mode 100644 index 2fb3b90..0000000 --- a/botvac/tests/tests.py +++ /dev/null @@ -1,14 +0,0 @@ -#!/usr/bin/env python -from unittest import TestCase -from docopt import docopt -import aneatocli - - -class TestAneatoCLI(TestCase): - def thelogTest(self): - loginSuccess=aneatocli.logTest() - self.assertTrue(isinstance(loginSuccess, basestring)) - - -if __name__ == "__main__": - unittest.main() |