diff options
| author | PJ Eby <distutils-sig@python.org> | 2006-03-29 23:32:41 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2006-03-29 23:32:41 +0000 |
| commit | 696739a1fc24ccb3ace56a2156b7199f6b85e194 (patch) | |
| tree | 03c589abad3b004b2f73605057cb3e2aaae7b345 /setuptools.egg-info/entry_points.txt | |
| parent | f4505e41e7c3c4c270c53a4506b3f17556f20f76 (diff) | |
| download | python-setuptools-git-696739a1fc24ccb3ace56a2156b7199f6b85e194.tar.gz | |
Added ``test_loader`` keyword to support custom test loaders.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4043430
Diffstat (limited to 'setuptools.egg-info/entry_points.txt')
| -rwxr-xr-x | setuptools.egg-info/entry_points.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setuptools.egg-info/entry_points.txt b/setuptools.egg-info/entry_points.txt index 86d06ec6..a0c3f3b8 100755 --- a/setuptools.egg-info/entry_points.txt +++ b/setuptools.egg-info/entry_points.txt @@ -10,6 +10,7 @@ namespace_packages = setuptools.dist:check_nsp test_suite = setuptools.dist:check_test_suite eager_resources = setuptools.dist:assert_string_list zip_safe = setuptools.dist:assert_bool +test_loader = setuptools.dist:check_importable tests_require = setuptools.dist:check_requirements [setuptools.file_finders] |
