Trying to do some unit tests in Pylons. Pylons uses nose. However, the Pylons Unit Testing guide is a little short on describing how to setup and teardown the database before each test. Here is all the docco to hand:
- Pylons Unit Testing Guide
- Testing Applications with Paste: more focused on the web part of the web application testiing
- Unit Testing with Pylons + SQLAlchemy: explains the use of test setups and teardowns to bring the test DB up and down
No comments:
Post a Comment