Skip to content

Commit 4ed641b

Browse files
authored
Merge branch 'master' into 269_port_tests_part1
2 parents e89d059 + 8551233 commit 4ed641b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test.bats

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,6 @@ teardown() {
420420
ls puck/.requirements.zip puck/unzip_requirements.py
421421
}
422422

423-
424423
@test "py3.6 can package lambda-decorators using vendor option" {
425424
cd tests/base
426425
npm i $(npm pack ../..)

test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ const listZipFiles = filename =>
9090
Object.keys(deasync(new JSZip().loadAsync(readFileSync(filename))).files);
9191
const listZipFilesWithMetaData = filename =>
9292
Object(deasync(new JSZip().loadAsync(readFileSync(filename))).files);
93+
9394
const listRequirementsZipFiles = filename => {
9495
const zip = deasync(new JSZip().loadAsync(readFileSync(filename)));
9596
const reqsBuffer = deasync(zip.file('.requirements.zip').async('nodebuffer'));
@@ -161,7 +162,7 @@ test('py3.6 can package flask with slim option', t => {
161162
});
162163

163164
/*
164-
* News tests NOT in test.bats
165+
* News tests not in test.bats
165166
*/
166167

167168
test("py3.6 doesn't package bottle with zip option", t => {

0 commit comments

Comments
 (0)