Commit Graph

8 Commits (2813d1a968d6f694514a0053d094c0da9ea4863b)

Author SHA1 Message Date
David Wilson 4f93c6823a issue #155: skeletal fork_test. 6 years ago
David Wilson adfd827531 test.sh: enhancements
* Explicitly name every test to run, I have lots of unchecked in stuff
* Allow SIGINT to stop the process
6 years ago
David Wilson 0c77107041 issue #96: fail test.sh if any test fails 6 years ago
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