Skip to content

Commit 43fda17

Browse files
committed
Merge branch 'YarnAndCodeCoverage' into UploadBuilldsToAzure
* YarnAndCodeCoverage: Complete refactoring of code to use new code exec engine (#493)
2 parents da84056 + 8019956 commit 43fda17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/providers/shebangCodeLenseProvider.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const fileShebangEnv = path.join(autoCompPath, 'shebangEnv.py');
1616
const fileShebangInvalid = path.join(autoCompPath, 'shebangInvalid.py');
1717
const filePlain = path.join(autoCompPath, 'plain.py');
1818

19+
// tslint:disable-next-line:max-func-body-length
1920
suite('Shebang detection', () => {
2021
let ioc: UnitTestIocContainer;
2122
suiteSetup(initialize);

0 commit comments

Comments
 (0)