aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_api.py
Commit message (Expand)AuthorAgeFilesLines
* Tidy up federation code and add tests to cover more of the APIsJessica Tallon2014-08-181-27/+91
* Add more security checks when updating objects and testsJessica Tallon2014-08-041-15/+92
* Fix some security concerns regrding inpersonation in federation code.Jessica Tallon2014-07-311-0/+80
* Fix #927 - Clean up federation code after Elrond's reviewJessica Tallon2014-07-301-36/+7
* Switch from slug to ID and clean up style to conform to PEP-8Jessica Tallon2014-07-221-8/+16
* Create test for garbage collectionJessica Tallon2014-07-221-4/+37
* Add test for API object endpointJessica Tallon2014-07-221-0/+29
* Add more tests for federation APIsJessica Tallon2014-07-221-34/+143
* Require uploader privileges to upload media to APIJessica Tallon2014-07-221-19/+24
* Remove unneeded oauth fixtures and add test for image submissionJessica Tallon2014-07-221-38/+80
* Adds the unit-tests for API and cleans up APIxray72242014-07-221-65/+42
* This commit was solely to remove unused imports in the code that I have writtentilly-Q2013-09-231-1/+0
* This was a very small update, I'm hoping to rebase after this to solve sometilly-Q2013-08-201-1/+3
* Reverting "Always activate testing in every test module ever."Christopher Allan Webber2013-05-171-3/+0
* Always activate testing in every test module ever.Christopher Allan Webber2013-05-161-0/+3
* Refactor test resources into new resources.pyElrond2013-04-171-16/+2
* 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