not to forget...
When writing tests for LSession/RSession and friends, there are two States of setups, one in tests and one in testing utility itself. They badly interfere (like setup_module called few times). I don't know if it's a bug or whatever. I can propose several things: 1. Not use setup_* in those tests (this is done by now) 2. Make sure that setup_module is never introduced twice for the same module (as a warning or whatever) - I think it's easy to implement and quite usefull, but still you cannot use two states 3. Make somehow two possible states - one for testing, one for running test suite, altough it's hard to do. _______________________________________________ py-dev mailing list py-dev@codespeak.net http://codespeak.net/mailman/listinfo/py-dev