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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor test configs.
Elrond
2013-04-20
1
-24
/
+13
*
Let's not use reserved keywords :)
Christopher Allan Webber
2013-04-19
1
-2
/
+2
*
Added new tests to test hook_transform()
Christopher Allan Webber
2013-04-19
4
-3
/
+32
*
Adjusting tests to use hook_handle and hook_runall
Christopher Allan Webber
2013-04-19
1
-16
/
+17
*
Moving the rest of the relevant tests to have test_app set up in "def setup()...
Christopher Allan Webber
2013-04-18
2
-58
/
+50
*
at pytest author's advice, changing the way _setup back to -> setup
Christopher Allan Webber
2013-04-18
1
-37
/
+15
*
Turning image's media manager into a new style class.
Elrond
2013-04-17
1
-1
/
+1
*
First step towards a MediaManager class: Compat one.
Elrond
2013-04-17
1
-1
/
+2
*
PIL: Support systems with Pillow and without
Alon Levy
2013-04-17
1
-1
/
+4
*
Refactor test resources into new resources.py
Elrond
2013-04-17
5
-55
/
+47
*
PDF: Use pytest.mark.skipif for skipping tests
Elrond
2013-04-16
2
-5
/
+4
*
test_timesince() doesn't need a complete test_app.
Elrond
2013-04-16
1
-1
/
+1
*
Removing unused imports
Christopher Allan Webber
2013-04-15
1
-5
/
+0
*
add pdf media type
Alon Levy
2013-04-15
4
-0
/
+60
*
Merge remote-tracking branch 'joar-github/oauth/refresh_tokens'
Nathan Yergler
2013-04-13
2
-7
/
+45
|
\
|
*
OAuth: Support refresh tokens, etc
Joar Wandborg
2013-04-06
2
-8
/
+45
*
|
Merge remote-tracking branch 'refs/remotes/tsyesika/394-fuzzy-timestamp'
Christopher Allan Webber
2013-04-13
1
-0
/
+57
|
\
\
|
*
|
Adds the unit tests and removes useless function we don't use
Jessica T
2013-04-12
1
-0
/
+57
*
|
|
Merge branch '637_friendlier_hooks'
Christopher Allan Webber
2013-04-10
5
-0
/
+243
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
callable hook convenience functions.. now work, and with tests!
Christopher Allan Webber
2013-04-10
5
-3
/
+135
|
*
|
tests for new pluginapi methods that can't possibly pass yet :)
Christopher Allan Webber
2013-04-09
1
-0
/
+111
*
|
|
Remove the last traces of beaker.
Elrond
2013-04-09
2
-13
/
+0
*
|
|
Merge remote-tracking branch 'brett/itsdangerous'
Elrond
2013-04-09
3
-53
/
+31
|
\
\
\
|
*
|
|
First tests for the Session class.
Brett Smith
2013-03-24
1
-0
/
+30
|
*
|
|
Remove beaker stuff from the code.
Brett Smith
2013-03-24
2
-55
/
+1
*
|
|
|
Testing: Remove some left over files/dirs.
Elrond
2013-04-08
2
-2
/
+35
|
|
/
/
|
/
|
|
*
|
|
Really removing nosetests things now! all assert_whatever removed
Christopher Allan Webber
2013-04-06
11
-96
/
+75
|
|
/
|
/
|
*
|
Switch test_app generation over to use py.test fixtures.
Christopher Allan Webber
2013-04-04
18
-251
/
+248
*
|
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
*
|
These tests need to have a MediaGoblin app setup so they can connect to the db!
Christopher Allan Webber
2013-04-03
2
-0
/
+3
*
|
All mediagoblin tests now pass with py.test (switched setUp to setup)
Christopher Allan Webber
2013-04-03
8
-10
/
+10
|
/
*
Changing "evil" submission test-script to be a bash script.
Christopher Allan Webber
2013-03-12
3
-0
/
+0
*
Fix deleting media with attachments.
Elrond
2013-02-18
1
-0
/
+15
*
Some tests for media_data, yeah!
Elrond
2013-02-01
2
-1
/
+25
*
Better Py3 compat: d.has_key(k) -> k in d
Elrond
2013-01-30
2
-22
/
+11
*
Improve runtime of one test.
Elrond
2013-01-29
1
-4
/
+10
*
Failing testcase for issue 611.
Elrond
2013-01-29
2
-2
/
+68
*
Fix reference of get_test_app->get_app in test_modelmethods
Christopher Allan Webber
2013-01-25
1
-2
/
+2
*
Merge branch '216_cwebber_style_unique_slugs'
Christopher Allan Webber
2013-01-25
1
-0
/
+130
|
\
|
*
New mediaentry slug tests now pass!
Christopher Allan Webber
2013-01-23
1
-0
/
+130
*
|
Restructure ForgotPassword view
Sebastian Spaeth
2013-01-21
1
-9
/
+5
*
|
Add (failing) test for editing the slug.
Elrond
2013-01-18
1
-1
/
+7
*
|
Add some simple collection test.
Elrond
2013-01-18
2
-1
/
+59
*
|
Rename get_test_app to get_app.
Elrond
2013-01-18
12
-32
/
+32
*
|
Move workbench into tools directory.
Elrond
2013-01-17
1
-1
/
+1
*
|
Merge commit '9408938' from 565_workbench_cleanup (spaetz)
Christopher Allan Webber
2013-01-17
1
-8
/
+26
|
\
\
|
*
|
Add @get_workbench test
Sebastian Spaeth
2013-01-16
1
-2
/
+19
|
*
|
Shorten Workbench(Manager) method names
Sebastian Spaeth
2013-01-16
1
-6
/
+7
[next]