8000 Remove useless way of running unittests · panta/fluent-logger-python@a782bef · GitHub
[go: up one dir, main page]

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

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 *