New mediaentry slug tests now pass!
authorChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 23 Jan 2013 22:49:54 +0000 (16:49 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 23 Jan 2013 22:49:54 +0000 (16:49 -0600)
commita81082fcaf41666841f40b823ddcef0255aebbe3
treebfa8781e18bcb5c02d7ddd29d0c577fb816e485e
parent394a4a37f7f71a6182d47cf7e6fcdf4fcccddd5d
New mediaentry slug tests now pass!

 - fixed some issues with "whacking uuid junk on the slug"
 - uuid4() -> uuid.uuid4() so that mock will work right
 - added all the tests!
mediagoblin/db/mixin.py
mediagoblin/tests/test_modelmethods.py [new file with mode: 0644]