We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aab1af commit 90334f8Copy full SHA for 90334f8
package.json
@@ -11,7 +11,8 @@
11
"dependencies": {},
12
"devDependencies": {
13
"should": "^6.0.0",
14
- "mocha": "^2.2.5"
+ "mocha": "^2.2.5",
15
+ "lodash": "^3.10.1"
16
},
17
"repository": {
18
"type": "git",
test/test-python-shell.js
@@ -1,4 +1,5 @@
1
var should = require('should');
2
+var _ = require('lodash');
3
var PythonShell = require('..');
4
5
describe('PythonShell', function () {
0 commit comments