mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-04-24 23:14:42 +00:00
Adding a test runner script a la #daniellindsleyrocksdahouse.
This commit is contained in:
parent
e251b8903b
commit
49df1caf63
1 changed files with 6 additions and 0 deletions
6
tests/run_tests.sh
Executable file
6
tests/run_tests.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
PYTHONPATH=$PWD:$PWD/..${PYTHONPATH:+:$PYTHONPATH}
|
||||
export PYTHONPATH
|
||||
|
||||
echo "Running django-imagekit tests..."
|
||||
django-admin.py test core --settings=settings
|
||||
Loading…
Reference in a new issue