Do not fail is a user exists already
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Tue, 8 Jan 2013 09:22:13 +0000 (10:22 +0100)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Tue, 8 Jan 2013 10:54:44 +0000 (11:54 +0100)
commita5cf95c5ad5f898dede89075cbd61c52fb285e8e
treeb076cb29b95b5e7331e613e7cfef53edd6c784cd
parent7f4e42b0b15aefcc885c9aacefac3a76f2f7b5ad
Do not fail is a user exists already

When the tests want to create a new user, don't fail if it already
exists and just reuse the existing one. This allows us to run tests
without dumping the whole database if that is not needed for the tests.
The upcoming tests for test_edit will make use of this.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
mediagoblin/tests/tools.py