Skip to content

Commit a782bef

Browse files
committed
Remove useless way of running unittests
There is already the perfectly fine `python ./setup.py test` or `python ./setup.py nosetest` if nose is installed and tox. The run_tests script is based on tests module importing all submodules but this currently fails as it seems some files were not added to the VCS in commit "implement UDS (Unix Domain Socket) sender" commit.
1 parent 14318dc commit a782bef

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

run_tests.py

Lines changed: 0 additions & 6 deletions
This file was deleted.

tests/__init__.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +0,0 @@
1-
# -*- coding: utf-8 -*-
2-
3-
from tests.test_event import *
4-
from tests.test_handler import *
5-
from tests.test_sender import *
6-
from tests.test_unix_domain_socket_sender import *

0 commit comments

Comments
 (0)