From ae4cd914433628191265ca7e5ecd4e7371de0553 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Tue, 26 Nov 2019 22:41:20 +0100 Subject: [PATCH] =?utf8?q?Rename=20test/=20=E2=86=92=20tests/?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit More consistency between my packages. --- setup.py | 2 +- {test => tests}/__init__.py | 0 {test => tests}/test_acls.py | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename {test => tests}/__init__.py (100%) rename {test => tests}/test_acls.py (100%) diff --git a/setup.py b/setup.py index bdc5c2d..9a5b199 100755 --- a/setup.py +++ b/setup.py @@ -44,5 +44,5 @@ setup(name="pylibacl", libraries=libs, define_macros=macros, )], - test_suite="test", + test_suite="tests", ) diff --git a/test/__init__.py b/tests/__init__.py similarity index 100% rename from test/__init__.py rename to tests/__init__.py diff --git a/test/test_acls.py b/tests/test_acls.py similarity index 100% rename from test/test_acls.py rename to tests/test_acls.py -- 2.39.2