From e71aa06a9a1ea1e58aa192353622d40791f751d4 Mon Sep 17 00:00:00 2001 From: romangraef Date: Wed, 11 Jul 2018 15:35:46 +0200 Subject: cleaning up docs + type hints --- tests/__init__.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tests') diff --git a/tests/__init__.py b/tests/__init__.py index e8b0db2..8b13789 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,7 +1 @@ -import unittest - -def all_tests(): - test_loader = unittest.TestLoader() - test_suite = test_loader.discover('tests', pattern='test_*.py') - return test_suite -- cgit