aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_api.py
Commit message (Expand)AuthorAgeFilesLines
* Really removing nosetests things now! all assert_whatever removedChristopher Allan Webber2013-04-061-1/+0
* Switch test_app generation over to use py.test fixtures.Christopher Allan Webber2013-04-041-11/+14
* All mediagoblin tests now pass with py.test (switched setUp to setup)Christopher Allan Webber2013-04-031-1/+1
* Rename get_test_app to get_app.Elrond2013-01-181-2/+2
* Don't get a fresh app when not neededSebastian Spaeth2013-01-081-1/+1
* Fix some unicode related issues in oauth and the api.Elrond2012-12-231-1/+1
* Added API testsJoar Wandborg2012-12-231-0/+104