diff options
author | Marc Tamlyn <marc.tamlyn@gmail.com> | 2012-08-03 10:42:20 +0100 |
---|---|---|
committer | Marc Tamlyn <marc.tamlyn@gmail.com> | 2012-08-03 10:42:20 +0100 |
commit | 9fc1d90c7db78d95b9c3b9a8d0329b472b8a4280 (patch) | |
tree | d0a366e7d4a0d5bec761ff7418e6f59cfbf43805 /Makefile | |
parent | dc9f1fb46f587f2b8dbbfc440a72944b183c0fcd (diff) | |
download | django-wkhtmltopdf-9fc1d90c7db78d95b9c3b9a8d0329b472b8a4280.tar.gz django-wkhtmltopdf-9fc1d90c7db78d95b9c3b9a8d0329b472b8a4280.tar.bz2 django-wkhtmltopdf-9fc1d90c7db78d95b9c3b9a8d0329b472b8a4280.zip |
Move tests into wkhtmltopdf.tests.*
Fixes #11.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,4 +4,4 @@ release: python setup.py register sdist upload test: - python testproject/manage.py test wkhtmltopdf + django-admin.py test tests --settings=wkhtmltopdf.test_settings |