Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests should no longer use the environment-variable-related-setup and set up ↵ | Christopher Allan Webber | 2013-05-12 | 1 | -3/+1 |
| | | | | | | | | | in app instead This should remove a bunch of confusing cruft. I hate using that environment variable! Also that old code was fragile. This commit sponsored by Stephen Milton. Thanks! | ||||
* | Testsuite: Turn SQLAlchemy warnings into errors | Elrond | 2012-12-23 | 1 | -0/+4 |
| | | | | | | | | | | We should handle SQLAlchemy warnings. And to make that a lot easier, turn them into real errors. That way they 1) Turn up more prominently. 2) Have a useful backtrace. This only happens in the testsuite, so that normal useage is not impacted. | ||||
* | Remove the user_dev directory on tests ending | Christopher Allan Webber | 2012-03-26 | 1 | -7/+7 |
| | | | | (We used to remove the mongo db on tests ending...) | ||||
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | 508. Updates copyright/license information | Will Kahn-Greene | 2011-09-01 | 1 | -1/+1 |
| | |||||
* | Extra checks so that we don't even RUN tests unless the right celery environ set | Christopher Allan Webber | 2011-06-21 | 1 | -2/+4 |
| | |||||
* | Make sure we *ONLY* ever kill the test database, EVER. | Christopher Allan Webber | 2011-06-21 | 1 | -4/+7 |
| | |||||
* | Only kill the database if it's really set up. | Christopher Allan Webber | 2011-06-18 | 1 | -3/+4 |
| | |||||
* | mediagoblin.globals->mediagoblin.mg_globals | Christopher Allan Webber | 2011-06-12 | 1 | -2/+2 |
| | |||||
* | Tests: Kill the whole testing database after all tests | Elrond | 2011-06-10 | 1 | -0/+11 |
| | | | | | | nose allows setup and teardown functions at the package level. So use this to drop the complete database after all tests have finished. | ||||
* | Changes Mediagoblin -> MediaGoblin. | Will Kahn-Greene | 2011-04-13 | 1 | -1/+1 |
| | |||||
* | Adds license/copyright header. | Will Kahn-Greene | 2011-04-12 | 1 | -0/+15 |
| | |||||
* | Unit tests for our bcrypt auth stuff. Our first tests! | Christopher Allan Webber | 2011-04-02 | 1 | -0/+0 |