From 4f609d1054139d4fff21dc93b41f5cedb9edc8c7 Mon Sep 17 00:00:00 2001 From: Sachin-Rungta Date: Wed, 9 Mar 2022 16:36:43 +0530 Subject: [PATCH 01/11] added tas yml --- .tas.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .tas.yml diff --git a/.tas.yml b/.tas.yml new file mode 100644 index 0000000..ef06953 --- /dev/null +++ b/.tas.yml @@ -0,0 +1,16 @@ +--- +framework: mocha +preMerge: + pattern: + - "./test/test-python-shell.js" +preRun: + command: + - npm ci +postMerge: + pattern: + - "./test/test-python-shell.js" +postRun: + command: + - node --version +nodeVersion: 12.22.6 +version: 1.0 \ No newline at end of file From 9aa05c5a74f425fac71c46585b066583c702358d Mon Sep 17 00:00:00 2001 From: Sachin-Rungta Date: Wed, 9 Mar 2022 16:37:57 +0530 Subject: [PATCH 02/11] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be2fba1..1c0ce27 100644 --- a/README.md +++ b/README.md @@ -359,7 +359,7 @@ customPipe.pipe(new NewlineTransformer()).on('data', (customResult: Buffer) => { Python-Shell is used by [arepl-vscode](https://github.com/almenon/arepl-vscode), [gitinspector](https://github.com/ejwa/gitinspector), [pyspreadsheet](https://github.com/extrabacon/pyspreadsheet), [AtlantOS Ocean Data QC](https://github.com/ocean-data-qc/ocean-data-qc) and more! ## License - +## The MIT License (MIT) Copyright (c) 2014 Nicolas Mercier From 6a88aa7f008ca41d3baf696b824166faf941d5d3 Mon Sep 17 00:00:00 2001 From: Sachin-Rungta Date: Wed, 9 Mar 2022 16:52:01 +0530 Subject: [PATCH 03/11] yml change --- .tas.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.tas.yml b/.tas.yml index ef06953..a8df1eb 100644 --- a/.tas.yml +++ b/.tas.yml @@ -12,5 +12,6 @@ postMerge: postRun: command: - node --version + - node --version nodeVersion: 12.22.6 version: 1.0 \ No newline at end of file From 4a27bb0e9b94208a96840b4251f75047a8c1ca7a Mon Sep 17 00:00:00 2001 From: Sachin Rungta <87764393+Sachin-Rungta@users.noreply.github.com> Date: Wed, 9 Mar 2022 16:55:15 +0530 Subject: [PATCH 04/11] Update .tas.yml --- .tas.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.tas.yml b/.tas.yml index a8df1eb..5b8ea4b 100644 --- a/.tas.yml +++ b/.tas.yml @@ -12,6 +12,5 @@ postMerge: postRun: command: - node --version - - node --version nodeVersion: 12.22.6 -version: 1.0 \ No newline at end of file +version: 1.0 From 32208774776b78d6bf75b7ba96f896c20a1a6551 Mon Sep 17 00:00:00 2001 From: Sachin Rungta <87764393+Sachin-Rungta@users.noreply.github.com> Date: Wed, 9 Mar 2022 17:03:24 +0530 Subject: [PATCH 05/11] Update .tas.yml --- .tas.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.tas.yml b/.tas.yml index 5b8ea4b..d4051f6 100644 --- a/.tas.yml +++ b/.tas.yml @@ -12,5 +12,6 @@ postMerge: postRun: command: - node --version + - node --version nodeVersion: 12.22.6 version: 1.0 From 671653a0842739f4a0cc888b7488f4449cde0354 Mon Sep 17 00:00:00 2001 From: Sachin Rungta <87764393+Sachin-Rungta@users.noreply.github.com> Date: Wed, 9 Mar 2022 17:51:39 +0530 Subject: [PATCH 06/11] Update .tas.yml --- .tas.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.tas.yml b/.tas.yml index d4051f6..9d84c69 100644 --- a/.tas.yml +++ b/.tas.yml @@ -6,6 +6,7 @@ preMerge: preRun: command: - npm ci + - npm run compile postMerge: pattern: - "./test/test-python-shell.js" From f09f902f8bded8d8669c83d8e316f66515d1d456 Mon Sep 17 00:00:00 2001 From: Sachin Rungta <87764393+Sachin-Rungta@users.noreply.github.com> Date: Wed, 9 Mar 2022 17:52:51 +0530 Subject: [PATCH 07/11] Create mocharc.yml --- mocharc.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 mocharc.yml diff --git a/mocharc.yml b/mocharc.yml new file mode 100644 index 0000000..dcd017f --- /dev/null +++ b/mocharc.yml @@ -0,0 +1,2 @@ +require: + - ts-node/register From 9a389af626f99e0cd880330aa374130cb36d73b5 Mon Sep 17 00:00:00 2001 From: Sachin Rungta <87764393+Sachin-Rungta@users.noreply.github.com> Date: Wed, 9 Mar 2022 17:53:28 +0530 Subject: [PATCH 08/11] Update .tas.yml --- .tas.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.tas.yml b/.tas.yml index 9d84c69..770697a 100644 --- a/.tas.yml +++ b/.tas.yml @@ -14,5 +14,6 @@ postRun: command: - node --version - node --version +configFile: mocharc.yml nodeVersion: 12.22.6 version: 1.0 From 8e922b5acdc5bc8b6568cf0f591d386b3a9b9e32 Mon Sep 17 00:00:00 2001 From: Sachin Rungta <87764393+Sachin-Rungta@users.noreply.github.com> Date: Wed, 9 Mar 2022 18:30:15 +0530 Subject: [PATCH 09/11] Update .tas.yml --- .tas.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.tas.yml b/.tas.yml index 770697a..e73dba1 100644 --- a/.tas.yml +++ b/.tas.yml @@ -2,18 +2,17 @@ framework: mocha preMerge: pattern: - - "./test/test-python-shell.js" + - "./test/test-python-shell.ts" preRun: command: - npm ci - npm run compile postMerge: pattern: - - "./test/test-python-shell.js" + - "./test/test-python-shell.ts" postRun: command: - node --version - - node --version configFile: mocharc.yml nodeVersion: 12.22.6 version: 1.0 From 45d11829777309dcf4dfb9c3d49a009301c43ebf Mon Sep 17 00:00:00 2001 From: Sachin Rungta <87764393+Sachin-Rungta@users.noreply.github.com> Date: Thu, 10 Mar 2022 11:29:52 +0530 Subject: [PATCH 10/11] Update .tas.yml --- .tas.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tas.yml b/.tas.yml index e73dba1..4cb7250 100644 --- a/.tas.yml +++ b/.tas.yml @@ -2,14 +2,14 @@ framework: mocha preMerge: pattern: - - "./test/test-python-shell.ts" + - "./test/test-python-shell.js" preRun: command: - npm ci - npm run compile postMerge: pattern: - - "./test/test-python-shell.ts" + - "./test/test-python-shell.js" postRun: command: - node --version From e7df8bfea3b8834c62d3e587a91a51f1cd6d1c5b Mon Sep 17 00:00:00 2001 From: Sachin Rungta <87764393+Sachin-Rungta@users.noreply.github.com> Date: Thu, 10 Mar 2022 11:36:24 +0530 Subject: [PATCH 11/11] Update .tas.yml --- .tas.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.tas.yml b/.tas.yml index 4cb7250..ef69f32 100644 --- a/.tas.yml +++ b/.tas.yml @@ -6,7 +6,6 @@ preMerge: preRun: command: - npm ci - - npm run compile postMerge: pattern: - "./test/test-python-shell.js"