aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests
Commit message (Expand)AuthorAgeFilesLines
* Refactor test configs.Elrond2013-04-201-24/+13
* Let's not use reserved keywords :)Christopher Allan Webber2013-04-191-2/+2
* Added new tests to test hook_transform()Christopher Allan Webber2013-04-194-3/+32
* Adjusting tests to use hook_handle and hook_runallChristopher Allan Webber2013-04-191-16/+17
* Moving the rest of the relevant tests to have test_app set up in "def setup()...Christopher Allan Webber2013-04-182-58/+50
* at pytest author's advice, changing the way _setup back to -> setupChristopher Allan Webber2013-04-181-37/+15
* Turning image's media manager into a new style class.Elrond2013-04-171-1/+1
* First step towards a MediaManager class: Compat one.Elrond2013-04-171-1/+2
* PIL: Support systems with Pillow and withoutAlon Levy2013-04-171-1/+4
* Refactor test resources into new resources.pyElrond2013-04-175-55/+47
* PDF: Use pytest.mark.skipif for skipping testsElrond2013-04-162-5/+4
* test_timesince() doesn't need a complete test_app.Elrond2013-04-161-1/+1
* Removing unused importsChristopher Allan Webber2013-04-151-5/+0
* add pdf media typeAlon Levy2013-04-154-0/+60
* Merge remote-tracking branch 'joar-github/oauth/refresh_tokens'Nathan Yergler2013-04-132-7/+45
|\
| * OAuth: Support refresh tokens, etcJoar Wandborg2013-04-062-8/+45
* | Merge remote-tracking branch 'refs/remotes/tsyesika/394-fuzzy-timestamp'Christopher Allan Webber2013-04-131-0/+57
|\ \
| * | Adds the unit tests and removes useless function we don't useJessica T2013-04-121-0/+57
* | | Merge branch '637_friendlier_hooks'Christopher Allan Webber2013-04-105-0/+243
|\ \ \ | |/ / |/| |
| * | callable hook convenience functions.. now work, and with tests!Christopher Allan Webber2013-04-105-3/+135
| * | tests for new pluginapi methods that can't possibly pass yet :)Christopher Allan Webber2013-04-091-0/+111
* | | Remove the last traces of beaker.Elrond2013-04-092-13/+0
* | | Merge remote-tracking branch 'brett/itsdangerous'Elrond2013-04-093-53/+31
|\ \ \
| * | | First tests for the Session class.Brett Smith2013-03-241-0/+30
| * | | Remove beaker stuff from the code.Brett Smith2013-03-242-55/+1
* | | | Testing: Remove some left over files/dirs.Elrond2013-04-082-2/+35
| |/ / |/| |
* | | Really removing nosetests things now! all assert_whatever removedChristopher Allan Webber2013-04-0611-96/+75
| |/ |/|
* | Switch test_app generation over to use py.test fixtures.Christopher Allan Webber2013-04-0418-251/+248
* | Oops, forgot to assign dump_old_app to self, heh.Christopher Allan Webber2013-04-041-0/+1
* | Turning setup_fresh_app into SetupFreshApp, a decorator with options!Christopher Allan Webber2013-04-041-8/+18
* | Updating get_app to allow for passing in particular app configsChristopher Allan Webber2013-04-041-2/+17
* | These tests need to have a MediaGoblin app setup so they can connect to the db!Christopher Allan Webber2013-04-032-0/+3
* | All mediagoblin tests now pass with py.test (switched setUp to setup)Christopher Allan Webber2013-04-038-10/+10
|/
* Changing "evil" submission test-script to be a bash script.Christopher Allan Webber2013-03-123-0/+0
* Fix deleting media with attachments.Elrond2013-02-181-0/+15
* Some tests for media_data, yeah!Elrond2013-02-012-1/+25
* Better Py3 compat: d.has_key(k) -> k in dElrond2013-01-302-22/+11
* Improve runtime of one test.Elrond2013-01-291-4/+10
* Failing testcase for issue 611.Elrond2013-01-292-2/+68
* Fix reference of get_test_app->get_app in test_modelmethodsChristopher Allan Webber2013-01-251-2/+2
* Merge branch '216_cwebber_style_unique_slugs'Christopher Allan Webber2013-01-251-0/+130
|\
| * New mediaentry slug tests now pass!Christopher Allan Webber2013-01-231-0/+130
* | Restructure ForgotPassword viewSebastian Spaeth2013-01-211-9/+5
* | Add (failing) test for editing the slug.Elrond2013-01-181-1/+7
* | Add some simple collection test.Elrond2013-01-182-1/+59
* | Rename get_test_app to get_app.Elrond2013-01-1812-32/+32
* | Move workbench into tools directory.Elrond2013-01-171-1/+1
* | Merge commit '9408938' from 565_workbench_cleanup (spaetz)Christopher Allan Webber2013-01-171-8/+26
|\ \
| * | Add @get_workbench testSebastian Spaeth2013-01-161-2/+19
| * | Shorten Workbench(Manager) method namesSebastian Spaeth2013-01-161-6/+7