# HG changeset patch # User adustman # Date 1235330982 0 # Node ID c9c2c8bf1b8cbf8f7958ba7fd75460e8a540cc08 # Parent 4093fb968cb7f26c146834f3f31c8621743490a7 This makes setup.py test use nose to run all the tests diff -r 4093fb968cb7 -r c9c2c8bf1b8c setup.py --- a/setup.py Tue Feb 17 18:59:35 2009 +0000 +++ b/setup.py Sun Feb 22 19:29:42 2009 +0000 @@ -24,4 +24,5 @@ **options), ] metadata['long_description'] = metadata['long_description'].replace(r'\n', '') +metadata['test_suite'] = 'nose.collector' setup(**metadata)