File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030#
3131# Otherwise, `Python`.
3232
33- ls $BUILD_DIR /** /settings.py & > /dev/null && (grep -Fiq " django" $BUILD_DIR /requirements.txt) && echo Python/Django || echo Python
33+ ls $BUILD_DIR /** /settings.py & > /dev/null && (grep -Fiq " django" $BUILD_DIR /requirements.txt) && echo Python/Django || echo Python
Original file line number Diff line number Diff line change @@ -53,22 +53,9 @@ testDetectWithSetupRequires() {
5353testDetectNotPython () {
5454 detect " not-python"
5555 assertNotCaptured " Python"
56- assertNoAppDetected
56+ assertEquals " 1 " " ${RETURN} "
5757}
5858
59- # testPackageJsonWithVersion() {
60- # compile "package-json-version"
61- # assertCaptured "Using Node.js version: 0.6.11"
62- # assertCaptured "Using npm version: 1.1.9"
63- # assertCapturedSuccess
64- # }
65-
66- # testPackageJsonWithoutVersion() {
67- # compile "package-json-noversion"
68- # assertCaptured "Using Node.js version: 0.4.7"
69- # assertCaptured "Using npm version: 1.0.106"
70- # assertCapturedSuccess
71- # }
7259
7360# # utils ########################################
7461
You can’t perform that action at this time.
0 commit comments