From 796be75bbc7a682aa78c4c75cb92619fd22ce8b8 Mon Sep 17 00:00:00 2001 From: EvB Date: Mon, 9 Jan 2017 15:53:58 -0500 Subject: [PATCH] rearrange(appc/test): use test_*.py naming convention --- image/appc/test/{appc_test.py => test_appc.py} | 0 setup.cfg | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename image/appc/test/{appc_test.py => test_appc.py} (100%) diff --git a/image/appc/test/appc_test.py b/image/appc/test/test_appc.py similarity index 100% rename from image/appc/test/appc_test.py rename to image/appc/test/test_appc.py diff --git a/setup.cfg b/setup.cfg index 7a818185b..2710b40f0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [tool:pytest] norecursedirs = .* *.egg build dist docs bin boot core dev etc home lib lib64 media mnt node_modules opt proc root run sbin srv sys tmp usr var venv testpaths = ./ -python_files = **/test/test_*.py +python_files = **/test/test*.py confcutdir = test [coverage:run]