forked from pool/python-delegator.py
Accepting request 682891 from home:jayvdb:coala:python3-bears
- Initial spec for v0.1.1, using exclude-eof-from-result.patch OBS-URL: https://build.opensuse.org/request/show/682891 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-delegator.py?expand=0&rev=1
This commit is contained in:
6
test_chain.py
Normal file
6
test_chain.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import pytest
|
||||
import delegator
|
||||
|
||||
def test_chain():
|
||||
c = delegator.chain("seq 4 | awk '{ print $0 \" test\"; }'")
|
||||
assert c.out == '1 test\n2 test\n3 test\n4 test\n'
|
Reference in New Issue
Block a user