From 3b1df108d571e1ee246a7c6e26cdd382bf6f16d8 Mon Sep 17 00:00:00 2001 From: Dan Puttick Date: Thu, 19 Jan 2017 16:19:15 -0500 Subject: [PATCH] Rename test_helpers --- setup.py | 1 - tests/{test_helpers.py => test_kittengroomer.py} | 0 2 files changed, 1 deletion(-) rename tests/{test_helpers.py => test_kittengroomer.py} (100%) diff --git a/setup.py b/setup.py index f281da5..428cf79 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,6 @@ setup( scripts=[ 'bin/filecheck.py' ], - test_suite="tests", classifiers=[ 'License :: OSI Approved :: BSD License', 'Development Status :: 5 - Production/Stable', diff --git a/tests/test_helpers.py b/tests/test_kittengroomer.py similarity index 100% rename from tests/test_helpers.py rename to tests/test_kittengroomer.py