Fixed issue with LogOutput arrays of the same type
(ie. [STDOUT,STDERR])
Added test_hierarchy tests to the suite
I'm not sure that the test_hierarchy tests are the most honest way of testing these constructors are working. Although they do provide some valuable testing, it seems like it is actually hiding what we intended to test. Any thoughts?
Related to #31
I'm not sure that the
test_hierarchy
tests are the most honest way of testing these constructors are working. Although they do provide some valuable testing, it seems like it is actually hiding what we intended to test. Any thoughts?