| | 56 | ---- |
| | 57 | |
| | 58 | * Ditto on 'wiki vs ticket'. |
| | 59 | * A concrete improvement can be made without implementing a fully declarative interface. |
| | 60 | * teratorn has already implemented a thing called 'masker' (see source:sandbox/teratorn/masker.py). If it were made to be re-usable, then it could helpfully simplify many tests. |
| | 61 | * A feature like `addCleanup` can go a long way to solving the tearDown problem. Simply put, `addCleanup` registers functions to be called after `tearDown` completes. |
| | 62 | |
| | 63 | -jml, 2007-04-24 |