diff options
-rw-r--r-- | pkg_resources/api_tests.txt (renamed from tests/api_tests.txt) | 0 | ||||
-rw-r--r-- | setuptools/tests/__init__.py | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/api_tests.txt b/pkg_resources/api_tests.txt index 65dba76d..65dba76d 100644 --- a/tests/api_tests.txt +++ b/pkg_resources/api_tests.txt diff --git a/setuptools/tests/__init__.py b/setuptools/tests/__init__.py index d6a4542e..48b29c4c 100644 --- a/setuptools/tests/__init__.py +++ b/setuptools/tests/__init__.py @@ -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', ), )) |