1
0
Fork 0
forked from github/pelican

Move the tests into pelican. Fix #500

This commit is contained in:
Alexis Métaireau 2013-03-06 00:41:27 -08:00
commit 547f8d2e83
325 changed files with 11156 additions and 11154 deletions

View file

@ -48,5 +48,5 @@ setup(
'Topic :: Internet :: WWW/HTTP',
'Topic :: Software Development :: Libraries :: Python Modules',
],
test_suite='tests',
test_suite='pelican.tests',
)