2 Commits

Author SHA1 Message Date
Bolun Thompson
5ecb288819 Rewrote dis tests to start a new process to capture stdout (and stderr)
This was chaned because stdout is being written to by rust code, which
currently can't be redirected by reassigning sys.stdout. This caused the
tests to fail because they couldn't see the output of what was being tested.
2020-08-01 07:21:28 -07:00
Bolun Thompson
b066b94196 Tests for dis module.
As of this commit, these tests fail.
2020-08-01 07:21:28 -07:00