From c18038f986dbd818c4794d3e4700f950cd809d22 Mon Sep 17 00:00:00 2001 From: bacongobbler Date: Wed, 22 May 2013 17:50:52 -0700 Subject: [PATCH] added Django v1.5 tests --- bin/test | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bin/test b/bin/test index d525e6a..955274f 100755 --- a/bin/test +++ b/bin/test @@ -20,6 +20,12 @@ testDetectWithEmptyReqs() { assertCapturedSuccess } +testDetectDjango15() { + detect "django-1.5-skeleton" + assertCapturedEquals "Python" + assertCapturedSuccess +} + testDetectDjango14() { detect "django-1.4-skeleton" assertCapturedEquals "Python"