Skip to content

Commit

Permalink
Debug enabled in tests as a workaround for https://github.com/kenneth…
Browse files Browse the repository at this point in the history
  • Loading branch information
craiga committed Oct 29, 2017
1 parent 9a0516c commit 0c1f562
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ class TestCase(unittest.TestCase):
def setUp(self):
"""Set up test case."""
unixtimestamp.app.testing = True
# Debug enabled in tests as a workaround for
# https://github.com/kennethreitz/flask-sslify/issues/50.
unixtimestamp.app.debug = True
self.app = unixtimestamp.app.test_client()


Expand Down

0 comments on commit 0c1f562

Please sign in to comment.