Skip to content

Commit c18038f

Browse files
author
bacongobbler
committed
added Django v1.5 tests
1 parent d4356a1 commit c18038f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

bin/test

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ testDetectWithEmptyReqs() {
2020
assertCapturedSuccess
2121
}
2222

23+
testDetectDjango15() {
24+
detect "django-1.5-skeleton"
25+
assertCapturedEquals "Python"
26+
assertCapturedSuccess
27+
}
28+
2329
testDetectDjango14() {
2430
detect "django-1.4-skeleton"
2531
assertCapturedEquals "Python"

0 commit comments

Comments
 (0)