system_assignation/node_modules/python-shell/testShould.js

14 lines
486 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