From 29ef08a02587e65026b1d1f1073a8b729cc4ad5b Mon Sep 17 00:00:00 2001 From: Dominik Vogel <30660470+Dominik-Vogel@users.noreply.github.com> Date: Wed, 9 Oct 2019 13:14:27 +0200 Subject: [PATCH] Restrict file glob pattern --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 3d23b8d16e4..62a7288710a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,6 @@ [tool:pytest] testpaths = "qcodes/tests" +python_files = test_*.py python_functions = test_* [nosetests]