Commit 14aad665f571a126531aec407c2d3c9f0581bdd8
Exists in
master
and in
1 other branch
Merge branch 'dev'
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
perguntations/__init__.py
| @@ -32,7 +32,7 @@ proof of submission and for review. | @@ -32,7 +32,7 @@ proof of submission and for review. | ||
| 32 | ''' | 32 | ''' |
| 33 | 33 | ||
| 34 | APP_NAME = 'perguntations' | 34 | APP_NAME = 'perguntations' |
| 35 | -APP_VERSION = '2019.09.dev1' | 35 | +APP_VERSION = '2019.11.dev1' |
| 36 | APP_DESCRIPTION = __doc__ | 36 | APP_DESCRIPTION = __doc__ |
| 37 | 37 | ||
| 38 | __author__ = 'Miguel Barão' | 38 | __author__ = 'Miguel Barão' |
perguntations/test.py
| @@ -237,7 +237,7 @@ class TestFactory(dict): | @@ -237,7 +237,7 @@ class TestFactory(dict): | ||
| 237 | 'debug': self['debug'], # required by template test.html | 237 | 'debug': self['debug'], # required by template test.html |
| 238 | 'database': self['database'], | 238 | 'database': self['database'], |
| 239 | 'questions_dir': self['questions_dir'], | 239 | 'questions_dir': self['questions_dir'], |
| 240 | - # 'files': self['files'], | 240 | + 'files': self['files'], |
| 241 | }) | 241 | }) |
| 242 | 242 | ||
| 243 | # ------------------------------------------------------------------------ | 243 | # ------------------------------------------------------------------------ |