diff options
author | Tarek Ziadé <tarek@ziade.org> | 2009-07-17 14:32:47 +0200 |
---|---|---|
committer | Tarek Ziadé <tarek@ziade.org> | 2009-07-17 14:32:47 +0200 |
commit | 5114f5fdd6fdaccb3a2747c8ab86cc09e8325ded (patch) | |
tree | 246711dedb9436b96e74898514f5ff0c65c545ad | |
parent | ce061db190e510dc916d40560c9443625d112d06 (diff) | |
download | external_python_setuptools-5114f5fdd6fdaccb3a2747c8ab86cc09e8325ded.tar.gz external_python_setuptools-5114f5fdd6fdaccb3a2747c8ab86cc09e8325ded.tar.bz2 external_python_setuptools-5114f5fdd6fdaccb3a2747c8ab86cc09e8325ded.zip |
moved api_tests.txt doctest to tests/
--HG--
branch : distribute
extra : rebase_source : 9ab6aebbc44b3f99f01dc7deb99e4a83de362714
-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 |