Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reverting "Always activate testing in every test module ever." | Christopher Allan Webber | 2013-05-17 | 1 | -3/+0 |
| | | | | | | Revert "Always activate testing in every test module ever." This reverts commit 0536306048daa0970d2e43411ba2a9bf073e570e. | ||||
* | Always activate testing in every test module ever. | Christopher Allan Webber | 2013-05-16 | 1 | -0/+3 |
| | | | | Kind of a dorky way to implement this, but... | ||||
* | Really removing nosetests things now! all assert_whatever removed | Christopher Allan Webber | 2013-04-06 | 1 | -2/+1 |
| | |||||
* | Switch test_app generation over to use py.test fixtures. | Christopher Allan Webber | 2013-04-04 | 1 | -6/+2 |
| | | | | | | | | | | | | By doing this, we can take advantage of py.test's ability to create temporary directories that are then cleaned up later during testing. This helps for sandboxing things. This also involves a ton of changes: - Changing the get_app stuff appropriately, getting rid of the setup_fresh_app decorator - Making said fixture - Switching over a billion tests to use it | ||||
* | Add some simple collection test. | Elrond | 2013-01-18 | 1 | -0/+37 |