fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove piston, keep just the models.
[wolnelektury.git]
/
src
/
catalogue
/
test_utils.py
diff --git
a/src/catalogue/test_utils.py
b/src/catalogue/test_utils.py
index
497b995
..
8c76b89
100644
(file)
--- a/
src/catalogue/test_utils.py
+++ b/
src/catalogue/test_utils.py
@@
-7,7
+7,7
@@
import tempfile
from traceback import extract_stack
from django.test import TestCase
from django.test.utils import override_settings
from traceback import extract_stack
from django.test import TestCase
from django.test.utils import override_settings
-from
fnpdjango.utils.text.slughifi import slughifi
+from
slugify import slugify
from librarian import WLURI
from django.conf import settings
from librarian import WLURI
from django.conf import settings
@@
-72,7
+72,7
@@
class BookInfoStub(object):
def info_args(title, language=None):
""" generate some keywords for comfortable BookInfoCreation """
def info_args(title, language=None):
""" generate some keywords for comfortable BookInfoCreation """
- slug = unicode(slug
hifi
(title))
+ slug = unicode(slug
ify
(title))
if language is None:
language = u'pol'
return {
if language is None:
language = u'pol'
return {
@@
-91,3
+91,7
@@
def get_fixture(path, app=None):
mod_path = extract_stack(limit=2)[0][0]
f_path = join(dirname(abspath(mod_path)), 'files', path)
return f_path
mod_path = extract_stack(limit=2)[0][0]
f_path = join(dirname(abspath(mod_path)), 'files', path)
return f_path
+
+
+def get_mp3_length(path):
+ return 60