UNPKG

499 BJavaScriptView Raw
1// import * as should from 'should';
2// describe('PythonShell', function () {
3// describe('#ctor(script, options)', function () {
4// it('should spawn a Python process', function (done) {
5// class foo {
6// terminated: boolean;
7// }
8// let pyshell = new foo();
9// pyshell.terminated = false;
10// pyshell.terminated.should.be.false;
11// });
12// })
13// })
14//# sourceMappingURL=testShould.js.map
\No newline at end of file