From bcb22ab7ceda678893d8b1b6f1cce52cada7aad2 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Thu, 25 Dec 2014 10:27:47 -0500 Subject: Include api_tests.txt in pytest invocation. Ref #312. Ref #311. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 74a172a4..24dd949d 100755 --- a/setup.cfg +++ b/setup.cfg @@ -21,5 +21,5 @@ formats = gztar zip universal=1 [pytest] -addopts=--doctest-modules --ignore release.py --ignore setuptools/lib2to3_ex.py --ignore tests/manual_test.py --ignore tests/shlib_test +addopts=--doctest-modules --ignore release.py --ignore setuptools/lib2to3_ex.py --ignore tests/manual_test.py --ignore tests/shlib_test --doctest-glob=tests/api_tests.txt norecursedirs=dist build *.egg -- cgit v1.2.3