Commit 405d6eac authored by Tom Kedem's avatar Tom Kedem

PEP 8 for test_base.py

parent 7579a453
...@@ -159,7 +159,7 @@ def test_baseview_registration(): ...@@ -159,7 +159,7 @@ def test_baseview_registration():
# Verify generated blueprint properties # Verify generated blueprint properties
eq_(bp.name, view.endpoint) eq_(bp.name, view.endpoint)
eq_(bp.url_prefix, view.url) eq_(bp.url_prefix, view.url)
eq_(bp.template_folder, os.path.join('templates','bootstrap2')) eq_(bp.template_folder, os.path.join('templates', 'bootstrap2'))
eq_(bp.static_folder, view.static_folder) eq_(bp.static_folder, view.static_folder)
# Verify customizations # Verify customizations
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment