diff options
-rw-r--r-- | setuptools/tests/__init__.py | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | tests/api_tests.txt (renamed from api_tests.txt) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/tests/__init__.py b/setuptools/tests/__init__.py index 09dce80f..f540103e 100644 --- a/setuptools/tests/__init__.py +++ b/setuptools/tests/__init__.py @@ -16,7 +16,7 @@ def additional_tests(): import doctest, unittest suite = unittest.TestSuite(( doctest.DocFileSuite( - 'api_tests.txt', + os.path.join('tests', 'api_tests.txt'), optionflags=doctest.ELLIPSIS, package='pkg_resources', ), )) diff --git a/api_tests.txt b/tests/api_tests.txt index 823d815f..823d815f 100755..100644 --- a/api_tests.txt +++ b/tests/api_tests.txt |