Skip to content

Commit

Permalink
Further Resolves Issue #319
Browse files Browse the repository at this point in the history
  • Loading branch information
derks committed Jun 17, 2015
1 parent fb4932a commit 58bab70
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/core/foundation_tests.py
Expand Up @@ -176,11 +176,7 @@ def test_debug(self):
app = self.make_app('my-app-test', argv=[__file__],
config_defaults=defaults)
app.setup()
self.eq(app.debug, True)

def test_null_out(self):
null = foundation.NullOut()
null.write('nonsense')
self.eq(app.debug, True)

def test_render(self):
# Render with default
Expand Down

0 comments on commit 58bab70

Please sign in to comment.