Skip to content
Snippets Groups Projects
Commit c18038f9 authored by bacongobbler's avatar bacongobbler
Browse files

added Django v1.5 tests

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