python-shell
Version:
Run Python scripts from Node.js with simple (but efficient) inter-process communication through stdio
14 lines • 499 B
JavaScript
// import * as should from 'should';
// describe('PythonShell', function () {
// describe('#ctor(script, options)', function () {
// it('should spawn a Python process', function (done) {
// class foo {
// terminated: boolean;
// }
// let pyshell = new foo();
// pyshell.terminated = false;
// pyshell.terminated.should.be.false;
// });
// })
// })
//# sourceMappingURL=testShould.js.map