Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
heroku-buildpack-python
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
heroku-buildpack-python
Commits
44bfda13
Commit
44bfda13
authored
May 11, 2014
by
cclauss
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added django 1.6, simple-runtime-P2, P3, and Pypy2
parent
330524ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
test
bin/test
+23
-0
No files found.
bin/test
View file @
44bfda13
...
@@ -20,6 +20,12 @@ testDetectWithEmptyReqs() {
...
@@ -20,6 +20,12 @@ testDetectWithEmptyReqs() {
assertCapturedSuccess
assertCapturedSuccess
}
}
testDetectDjango16
()
{
detect
"django-1.6-skeleton"
assertCapturedEquals
"Python"
assertCapturedSuccess
}
testDetectDjango15
()
{
testDetectDjango15
()
{
detect
"django-1.5-skeleton"
detect
"django-1.5-skeleton"
assertCapturedEquals
"Python"
assertCapturedEquals
"Python"
...
@@ -62,6 +68,23 @@ testDetectNotPython() {
...
@@ -62,6 +68,23 @@ testDetectNotPython() {
assertEquals
"1"
"
${
RETURN
}
"
assertEquals
"1"
"
${
RETURN
}
"
}
}
testDetectSimpleRuntimePypy2
()
{
detect
"simple-runtime-pypy2"
assertCapturedEquals
"Python"
assertCapturedSuccess
}
testDetectSimpleRuntimePython2
()
{
detect
"simple-runtime-python2"
assertCapturedEquals
"Python"
assertCapturedSuccess
}
testDetectSimpleRuntimePython3
()
{
detect
"simple-runtime"
# should probably be renamed simple-runtime-python3
assertCapturedEquals
"Python"
assertCapturedSuccess
}
## utils ########################################
## utils ########################################
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment