Closed nstanger closed 6 years ago
Tests for ShellCommand
don’t appear to be properly isolated? The value of input_options
carries over from test_append_input_options
to test_prepend_input_options
.
Tests for ShellCommand.run()
and ShellCommand.get_output()
will need some form of mocking. (Or is this overkill?)
test_append_concat_filter()
appears to be somewhat broken at present. The actual value is coming out different for n == 2
.
Also, I’m slightly suspicious of the “null” inserted into the filter stream when n == 1
. Double check this is correct.
The insertion of “null” into the filter stream is correct.
Sorely needed!