Skip to content
Snippets Groups Projects
Commit d29d4404 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

update tests for no Python/Django

parent 33779576
No related branches found
No related tags found
No related merge requests found
......@@ -22,13 +22,13 @@ testDetectWithEmptyReqs() {
testDetectDjango14() {
detect "django-1.4-skeleton"
assertCapturedEquals "Python/Django"
assertCapturedEquals "Python"
assertCapturedSuccess
}
testDetectDjango13() {
detect "django-1.3-skeleton"
assertCapturedEquals "Python/Django"
assertCapturedEquals "Python"
assertCapturedSuccess
}
......
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