Commit 022f37cb authored by Jason R. Coombs's avatar Jason R. Coombs

Move api_tests to pkg_resources package. Fixes #312.

parent 21f75391
......@@ -20,7 +20,7 @@ from setuptools.depends import Require
def additional_tests():
suite = unittest.TestSuite((
doctest.DocFileSuite(
os.path.join('tests', 'api_tests.txt'),
'api_tests.txt',
optionflags=doctest.ELLIPSIS, package='pkg_resources',
),
))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment