diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_process.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test_process.py b/tests/test_process.py new file mode 100644 index 0000000..276f6f5 --- /dev/null +++ b/tests/test_process.py @@ -0,0 +1,5 @@ +from hypodermic.process import Process + + +def test_create_process(): + p = Process(path="/bin/ls") |