Skip to content

Commit

Permalink
Fix LocalView for changes in cgi module in Py3
Browse files Browse the repository at this point in the history
  • Loading branch information
rbu authored and hannosch committed May 13, 2017
1 parent 8f93ac0 commit 900befb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def test_locals(self):
self.assertTrue('here==container:True' in result)
self.assertTrue("root:(\'\',)" in result)
self.assertTrue("nothing:" in result)
self.assertTrue("rfc822" in result)
self.assertTrue("parse" in result) # this tests for the existence of the cgi.parse function

def test_options(self):
view = OptionsView(self.folder, self.folder.REQUEST)
Expand Down

0 comments on commit 900befb

Please sign in to comment.