summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorBryce Guinta <bryce.paul.guinta@gmail.com>2017-12-29 20:11:30 -0700
committerClaudiu Popa <pcmanticore@gmail.com>2018-01-01 18:25:35 +0100
commit88ede68e315fb682df0d12104cfffe9e2b5b16ce (patch)
treec6d318bf962807b1adcf843d6988a11a684091cd /setup.cfg
parent820da10cece52fb00e133836e7261abbe78c5b7d (diff)
downloadastroid-git-88ede68e315fb682df0d12104cfffe9e2b5b16ce.tar.gz
Allow pytest to recognize the tests
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 5e409001..a10cefc0 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +1,4 @@
[wheel]
universal = 1
+[tool:pytest]
+python_files = unittest_*