Commit c18038f9 authored by bacongobbler's avatar bacongobbler

added Django v1.5 tests

parent d4356a1f
......@@ -20,6 +20,12 @@ testDetectWithEmptyReqs() {
assertCapturedSuccess
}
testDetectDjango15() {
detect "django-1.5-skeleton"
assertCapturedEquals "Python"
assertCapturedSuccess
}
testDetectDjango14() {
detect "django-1.4-skeleton"
assertCapturedEquals "Python"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment