diff --git a/chaos/__init__.py b/chaos/__init__.py deleted file mode 100644 index b794fd4..0000000 --- a/chaos/__init__.py +++ /dev/null @@ -1 +0,0 @@ -__version__ = '0.1.0' diff --git a/chaos/chaosd.py b/chaos/chaosd.py index 12d793f..1e6f2f2 100644 --- a/chaos/chaosd.py +++ b/chaos/chaosd.py @@ -1,12 +1,5 @@ #!/usr/bin/env python3 -""" -Add/Fix: -1. Tests and coverage -2. CI -3. Build system -""" - import functools import os import signal diff --git a/tests/test_chaosd.py b/tests/test_chaosd.py deleted file mode 100644 index 647809b..0000000 --- a/tests/test_chaosd.py +++ /dev/null @@ -1,5 +0,0 @@ -from chaos import __version__ - - -def test_version(): - assert __version__ == '0.1.0'