Commit Graph

5 Commits (bf9feac61c4b6897a4f81f976731ff8befd70afe)

Author SHA1 Message Date
Alex Willmer bf9feac61c 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.
7 years ago
Alex Willmer f89a594a1a tests: Rely on unittest2 to print failure messages 7 years ago
David Wilson 7d10ebbef3 test.sh: make it work on OS X out of the box 7 years ago
Alex Willmer 5ba2db0794 Split IterReadTest & WriteAllTest into test_parent
This matches their respective functions under test, which now reside in
mitogen.parent.
7 years ago
Taihsiang Ho (tai271828) 7421af8557 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.
7 years ago