aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | mocked out submission specChris Moylan2011-06-301-3/+37
| * | | Merge branch 'master' into test_submission_views_365Chris Moylan2011-06-283-13/+53
| |\ \ \
| * | | | removed the @setup_fresh_app decorator because it was messing \Chris Moylan2011-06-231-3/+5
| * | | | Merge branch 'master' into test_submission_views_365Chris Moylan2011-06-222-15/+23
| |\ \ \ \
| * | | | | began work on submission test. nothing to see hereChris Moylan2011-06-211-0/+45
* | | | | | A couple of tests related to migrations_to_run()Christopher Allan Webber2011-07-131-1/+35
* | | | | | test_migrations_recorded_as_(latest|zero) tests passing :)Christopher Allan Webber2011-07-101-2/+4
* | | | | | test_run_partial_migrations() working!Christopher Allan Webber2011-07-101-1/+13
* | | | | | testing tools install_fixtures_simple and assert_db_meets_expectedChristopher Allan Webber2011-07-101-0/+32
* | | | | | test_run_full_migrations() all working properly!Christopher Allan Webber2011-07-101-26/+81
* | | | | | Mock out tests, define expected results, add first testChristopher Allan Webber2011-07-101-0/+115
* | | | | | Added the actual fake/testing migrations. Haven't run them yet...Christopher Allan Webber2011-07-101-4/+22
* | | | | | test_migrations.py w/ migrate'able fixtures and some migration scaffoldingChristopher Allan Webber2011-07-101-0/+166
| |_|_|_|/ |/| | | |
* | | | | allows using messaging instead of verify_email.html to pass testsCaleb Forbes Davis V2011-07-041-2/+2
| |_|_|/ |/| | |
* | | | Move config.py to init/Elrond2011-07-023-3/+3
* | | | Move mediagoblin.celery_setup -> mediagoblin.init.celeryElrond2011-07-023-6/+6
| |_|/ |/| |
* | | Merge remote branch 'remotes/gullydwarf-cfdv/f368_msg_framework'Christopher Allan Webber2011-06-281-0/+44
|\ \ \
| * | | adds message queue unit testingCaleb Forbes Davis V2011-06-281-0/+44
| | |/ | |/|
* / | Celery wasn't really being properly connected during tests.Christopher Allan Webber2011-06-262-13/+9
|/ /
* | Extra checks so that we don't even RUN tests unless the right celery environ setChristopher Allan Webber2011-06-212-7/+15
* | Make sure we *ONLY* ever kill the test database, EVER.Christopher Allan Webber2011-06-212-9/+9
|/
* Also moving the test_server.ini to test_paste.ini to avoid ambiguity.Christopher Allan Webber2011-06-202-1/+1
* Merge remote branch 'remotes/cmoylan/test_auth_views_364'Christopher Allan Webber2011-06-191-6/+86
|\
| * added test coverage for redirecting after login with the next paramChris Moylan2011-06-191-2/+12
| * Added tests for all sorts of login form abuse.Chris Moylan2011-06-191-6/+76
* | Need to run nosetests with CELERY_CONFIG_MODULE set to from_tests again.Christopher Allan Webber2011-06-191-3/+5
* | Merge remote branch 'remotes/elrond/idea/globals_check'Christopher Allan Webber2011-06-191-0/+7
|\ \
| * | Let setup_globals check for known globalsElrond2011-06-121-0/+7
* | | Reset the globals parameters while testing parametersChristopher Allan Webber2011-06-191-11/+20
* | | Actually we need pkg_resources again in test_celery_setup :)Christopher Allan Webber2011-06-191-0/+2
* | | Merge branch 'configobj'Christopher Allan Webber2011-06-1913-49/+223
|\ \ \ | |_|/ |/| |
| * | renaming storage_system_from_paste_config()->storage_system_from_config()Christopher Allan Webber2011-06-191-3/+3
| * | Preparing celery unit tests for new setup.Christopher Allan Webber2011-06-183-17/+40
| * | Nosetests should now be able to run using the new configobj / app init setupChristopher Allan Webber2011-06-183-26/+42
| * | Only kill the database if it's really set up.Christopher Allan Webber2011-06-181-3/+4
| * | Tests for mediagoblin.config functionsChristopher Allan Webber2011-06-185-0/+134
* | | Removing unused pkg_resources import from test_celery_setupChristopher Allan Webber2011-06-181-2/+0
|/ /
* | logins are now somewhat testedChris Moylan2011-06-171-5/+43
* | Merge remote branch 'remotes/elrond/dev/workbench_class'Christopher Allan Webber2011-06-141-26/+24
|\ \
| * | Move destroy_workbench to Workbench classElrond2011-06-141-11/+4
| * | Drop WorkbenchManager.localized_file()Elrond2011-06-141-6/+5
| * | Create a Workbench class and use it everywhere.Elrond2011-06-131-12/+18
* | | A super strict HTML cleaner method with mediocre tests.Christopher Allan Webber2011-06-131-0/+19
|/ /
* | mediagoblin.globals->mediagoblin.mg_globalsChristopher Allan Webber2011-06-124-13/+13
* | Merge remote branch 'remotes/elrond/idea/tests_kill_db'Christopher Allan Webber2011-06-121-0/+11
|\ \ | |/ |/|
| * Tests: Kill the whole testing database after all testsElrond2011-06-101-0/+11
* | possibly_localize_file->localized_file... a bit less terribly long.Christopher Allan Webber2011-06-111-5/+5
* | Don't bother returning whether or not we copied it or not, we canChristopher Allan Webber2011-06-111-5/+4
* | Moving workbench out of process_mediaChristopher Allan Webber2011-06-111-1/+1
* | test WorkbenchManager.possibly_localize_file()Christopher Allan Webber2011-06-111-0/+43