diff options
author | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2010-05-31 00:38:18 -0400 |
---|---|---|
committer | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2010-05-31 00:38:18 -0400 |
commit | f7348366a34a3e1117fd821e29b01323c9bc794f (patch) | |
tree | 6dd1f6f8d04b9adf33b71d2bfc019304a7a20257 /run-tests | |
parent | 714311f3d883c6589d278e3e2a05bd1583e4b96d (diff) | |
download | askbot-f7348366a34a3e1117fd821e29b01323c9bc794f.tar.gz askbot-f7348366a34a3e1117fd821e29b01323c9bc794f.tar.bz2 askbot-f7348366a34a3e1117fd821e29b01323c9bc794f.zip |
all forum reader urls are covered by unit tests
Diffstat (limited to 'run-tests')
-rwxr-xr-x | run-tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run-tests b/run-tests new file mode 100755 index 00000000..642b8a0a --- /dev/null +++ b/run-tests @@ -0,0 +1 @@ +python manage.py test forum |