Specter icon indicating copy to clipboard operation
Specter copied to clipboard

Capture stdout/stderr that occurs during the execution of a test

Open jmvrbanac opened this issue 10 years ago • 0 comments

Currently, Specter doesn't capture the output for code that occurs during a test. It would be nice to have the option to suppress it.

This is was it currently looks like (kind of ugly):

          ___
        _/ @@\
    ~- ( \  O/__     Specter
    ~-  \    \__)   ~~~~~~~~~~
    ~-  /     \     Keeping the Bogeyman away from your code!
    ~- /      _\
       ~~~~~~~~~

Some actions Actions
  ∟ should not contain duplicates
(None, None)
GOT HERE!
  ∟ can disconnect

jmvrbanac avatar Apr 04 '15 03:04 jmvrbanac