Commit Graph

5 Commits

Author SHA1 Message Date
Alex Willmer bbd8b6253b tests: Find all *_test.py scripts and run them
Don't rely on maintaining a list of test files, it's too easy to forget
one and silently fail to run it.
2018-03-19 21:58:33 +05:45
Alex Willmer c34a12369e tests: Rely on unittest2 to print failure messages 2018-03-19 21:58:33 +05:45
David Wilson e48b6ca7f4 test.sh: make it work on OS X out of the box 2018-03-19 21:58:32 +05:45
Alex Willmer f4405c6bbc Split IterReadTest & WriteAllTest into test_parent
This matches their respective functions under test, which now reside in
mitogen.parent.
2018-03-19 21:58:29 +05:45
Taihsiang Ho (tai271828) 4e4c9894cf Describe the installation and test process
We use test.sh to consolidate test cases in one file so the README
would not be outdated easier rather than the hard-coded test commands
in a code block.
2018-03-19 21:58:27 +05:45