index
:
mediagoblin.git
master
MediaGoblin is a free software media publishing platform that anyone can run, with Plyr player for default, search and without nodejs
heckyel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mediagoblin
/
tests
/
tools.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch by Strum. Ticket #451 - Convert all mongokit style .find, .find_one, .o...
Rodney Ewing
2013-07-11
1
-1
/
+1
*
Merge remote-tracking branch 'upstream/master' into auth
Rodney Ewing
2013-06-25
1
-6
/
+89
|
\
|
*
Adding a docstring to fixture_media_entry
Christopher Allan Webber
2013-06-22
1
-0
/
+8
|
*
New notifications
Joar Wandborg
2013-06-09
1
-6
/
+81
*
|
modified test .ini files and changed tests to use basic_auth bcrypt
Rodney Ewing
2013-05-24
1
-2
/
+2
|
/
*
Moving test_user_dev->user_dev in plugin app configs & adding plugin static s...
Christopher Allan Webber
2013-05-23
1
-3
/
+2
*
Tests should no longer use the environment-variable-related-setup and set up ...
Christopher Allan Webber
2013-05-12
1
-28
/
+0
*
Merge remote-tracking branch 'joar-github/oauth/refresh_tokens'
Nathan Yergler
2013-04-13
1
-3
/
+5
|
\
|
*
OAuth: Support refresh tokens, etc
Joar Wandborg
2013-04-06
1
-4
/
+5
*
|
Merge remote-tracking branch 'brett/itsdangerous'
Elrond
2013-04-09
1
-3
/
+1
|
\
\
|
*
|
Remove beaker stuff from the code.
Brett Smith
2013-03-24
1
-3
/
+1
*
|
|
Really removing nosetests things now! all assert_whatever removed
Christopher Allan Webber
2013-04-06
1
-2
/
+2
|
|
/
|
/
|
*
|
Switch test_app generation over to use py.test fixtures.
Christopher Allan Webber
2013-04-04
1
-54
/
+25
*
|
Oops, forgot to assign dump_old_app to self, heh.
Christopher Allan Webber
2013-04-04
1
-0
/
+1
*
|
Turning setup_fresh_app into SetupFreshApp, a decorator with options!
Christopher Allan Webber
2013-04-04
1
-8
/
+18
*
|
Updating get_app to allow for passing in particular app configs
Christopher Allan Webber
2013-04-04
1
-2
/
+17
|
/
*
Failing testcase for issue 611.
Elrond
2013-01-29
1
-1
/
+17
*
Add some simple collection test.
Elrond
2013-01-18
1
-1
/
+22
*
Rename get_test_app to get_app.
Elrond
2013-01-18
1
-2
/
+2
*
More explicit get_or_create pattern
Sebastian Spaeth
2013-01-15
1
-1
/
+4
*
Do not fail is a user exists already
Sebastian Spaeth
2013-01-08
1
-3
/
+4
*
Mv db.sql.base to db.base
Sebastian Spaeth
2013-01-07
1
-2
/
+1
*
replace webob.Response with werkzeug Response
Sebastian Spaeth
2012-12-21
1
-1
/
+1
*
Move DBModel._id -> DBModel.id
Sebastian Spaeth
2012-12-21
1
-4
/
+4
*
Fixed pylint/pep8 warnings in test/tools.py
Joar Wandborg
2012-09-29
1
-2
/
+2
*
Added some OAuth plugin tests
Joar Wandborg
2012-09-26
1
-2
/
+2
*
Fixed tests
Joar Wandborg
2012-09-15
1
-1
/
+1
*
removed _make_safe in favor of functools.wraps
Jakob Kramer
2012-07-12
1
-3
/
+6
*
Drop our scoped session sooner to prevent SQLAlchemy re-binding warnings.
Brett Smith
2012-07-08
1
-3
/
+3
*
Reload and detach the test user.
Elrond
2012-03-26
1
-0
/
+7
*
SQL based tests and refactored Celery setup stuff
Christopher Allan Webber
2012-03-26
1
-15
/
+11
*
It's 2012 all up in here
Christopher Allan Webber
2012-02-02
1
-1
/
+1
*
fixture_add_user: Factoring a unit test tool
Elrond
2011-12-01
1
-0
/
+17
*
Add base class for Meddleware
Elrond
2011-11-25
1
-7
/
+2
*
Rename MediaGoblin middleware to meddleware to avoid confusion w/ wsgi middle...
Christopher Allan Webber
2011-11-25
1
-5
/
+5
*
Move TestingMiddleware to tests/tools.py
Elrond
2011-11-12
1
-1
/
+45
*
Some docs for the TestingMiddleware
Elrond
2011-11-12
1
-0
/
+2
*
591: Let Testing Middleware check for staticdirect() usage
Elrond
2011-10-19
1
-0
/
+6
*
Finished splitting util.py into separate files.
Aaron Williamson
2011-10-01
1
-3
/
+3
*
508. Updates copyright/license information
Will Kahn-Greene
2011-09-01
1
-1
/
+1
*
get_test_app() should turn on testing buckets
Christopher Allan Webber
2011-08-01
1
-0
/
+3
*
testing tools install_fixtures_simple and assert_db_meets_expected
Christopher Allan Webber
2011-07-10
1
-0
/
+32
*
Move config.py to init/
Elrond
2011-07-02
1
-1
/
+1
*
Move mediagoblin.celery_setup -> mediagoblin.init.celery
Elrond
2011-07-02
1
-4
/
+4
*
Celery wasn't really being properly connected during tests.
Christopher Allan Webber
2011-06-26
1
-11
/
+4
*
Extra checks so that we don't even RUN tests unless the right celery environ set
Christopher Allan Webber
2011-06-21
1
-5
/
+11
*
Make sure we *ONLY* ever kill the test database, EVER.
Christopher Allan Webber
2011-06-21
1
-5
/
+2
*
Also moving the test_server.ini to test_paste.ini to avoid ambiguity.
Christopher Allan Webber
2011-06-20
1
-1
/
+1
*
Need to run nosetests with CELERY_CONFIG_MODULE set to from_tests again.
Christopher Allan Webber
2011-06-19
1
-3
/
+5
*
Nosetests should now be able to run using the new configobj / app init setup
Christopher Allan Webber
2011-06-18
1
-16
/
+29
[next]