added Django v1.5 tests

This commit is contained in:
bacongobbler
2013-05-22 17:50:52 -07:00
parent d4356a1f4c
commit c18038f986
+6
View File
@@ -20,6 +20,12 @@ testDetectWithEmptyReqs() {
assertCapturedSuccess
}
testDetectDjango15() {
detect "django-1.5-skeleton"
assertCapturedEquals "Python"
assertCapturedSuccess
}
testDetectDjango14() {
detect "django-1.4-skeleton"
assertCapturedEquals "Python"