Skip to content

Commit

Permalink
fix unittest for Python2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
httprunner committed Aug 22, 2018
1 parent d0cd1dd commit 8134ec2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ def test_load_debugtalk_module(self):
loader.load_project_tests(project_dir)
loader.load_debugtalk_module()
imported_module_items = loader.project_mapping["debugtalk"]
self.assertIn("basestring", imported_module_items["variables"])
self.assertIn("equals", imported_module_items["functions"])
self.assertNotIn("SECRET_KEY", imported_module_items["variables"])
self.assertNotIn("alter_response", imported_module_items["functions"])
Expand Down

0 comments on commit 8134ec2

Please sign in to comment.