Commit Graph

5 Commits (b433645d11e14b9061d76d11717da7111fea6614)

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.
6 years ago
Alex Willmer c34a12369e tests: Rely on unittest2 to print failure messages 6 years ago
David Wilson e48b6ca7f4 test.sh: make it work on OS X out of the box 6 years ago
Alex Willmer f4405c6bbc Split IterReadTest & WriteAllTest into test_parent
This matches their respective functions under test, which now reside in
mitogen.parent.
6 years ago
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.
6 years ago