Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't get a fresh app when not needed | Sebastian Spaeth | 2013-01-08 | 1 | -8/+6 |
| | | | | | | | | These tests, don't need fresh databases, so don't discard and recreate the tables. This reduces test suite runtime on my laptop from 130 to 96 seconds. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> | ||||
* | Move db.sql.models* to db.models* | Sebastian Spaeth | 2013-01-07 | 1 | -1/+1 |
| | |||||
* | Fix up tests | Sebastian Spaeth | 2012-12-21 | 1 | -5/+5 |
| | | | | | | | | | | | | empty find() queries would not work anymore with the simplified .find compatability code, so remove these and use proper sqlalchemy in the tests. The storage test failed because my virtualenv environment ran mediagoblin/local/mediagoblin/tests/test_storage.py and somehow decided the 2 classes are different objects. Just test against the full class name. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> | ||||
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | Dot-Notation for Users.pw_hash | Elrond | 2011-12-05 | 1 | -1/+1 |
| | |||||
* | Dot-Notation for Users.email | Elrond | 2011-12-05 | 1 | -1/+1 |
| | |||||
* | Dot-Notation for Users.username | Elrond | 2011-12-05 | 1 | -1/+1 |
| | |||||
* | 508. Updates copyright/license information | Will Kahn-Greene | 2011-09-01 | 1 | -1/+1 |
| | |||||
* | mediagoblin.globals->mediagoblin.mg_globals | Christopher Allan Webber | 2011-06-12 | 1 | -5/+5 |
| | |||||
* | Make sure that get_test_app() really does wipe the database | Christopher Allan Webber | 2011-06-05 | 1 | -0/+38 |