comparison setup.py @ 5:22ae9aa457af

excercise more bits of the django 1.0b1 test framework
author Victor Ng <victor@monkeybean.ca>
date Thu, 28 Aug 2008 11:29:21 -0400
parents 7f2f9bb4f32c
children
comparison
equal deleted inserted replaced
4:20bca08c0828 5:22ae9aa457af
10 'from test settings file before tests are run, and tears the test ' \ 10 'from test settings file before tests are run, and tears the test ' \
11 'database (or schema) down after all tests are run.', 11 'database (or schema) down after all tests are run.',
12 install_requires='nose>=0.10', 12 install_requires='nose>=0.10',
13 url = "http://www.assembla.com/spaces/nosedjango", 13 url = "http://www.assembla.com/spaces/nosedjango",
14 license = 'GNU LGPL', 14 license = 'GNU LGPL',
15 packages = find_packages(exclude=['tests']), 15 packages = find_packages(),
16 zip_safe = False, 16 zip_safe = False,
17 include_package_data = True, 17 include_package_data = True,
18 entry_points = { 18 entry_points = {
19 'nose.plugins': [ 19 'nose.plugins': [
20 'django = nosedjango.nosedjango:NoseDjango', 20 'django = nosedjango.nosedjango:NoseDjango',