-
Notifications
You must be signed in to change notification settings - Fork 51
Invalid syntax #89
Copy link
Copy link
Closed
Labels
difficulty: mediumfix is medium in difficultyfix is medium in difficultystatus: work in progressTwilio or the community is in the process of implementingTwilio or the community is in the process of implementingtype: community enhancementfeature request not on Twilio's roadmapfeature request not on Twilio's roadmap
Metadata
Metadata
Assignees
Labels
difficulty: mediumfix is medium in difficultyfix is medium in difficultystatus: work in progressTwilio or the community is in the process of implementingTwilio or the community is in the process of implementingtype: community enhancementfeature request not on Twilio's roadmapfeature request not on Twilio's roadmap
Issue Summary
Even the syntax highlighting here on GitHub (in red) shows this to be invalid syntax. Simply changing
||toorshould solve this problem. One other consideration could be to useself.assertTrue(...)instead ofself.assertEqual(True, ...)for the other tests in this file.@mbernier -> b26031b
smtpapi-python/test/test_project.py
Line 12 in 97cca34
smtpapi-python/test/test_project.py
Line 16 in 97cca34
smtpapi-python/test/test_project.py
Line 52 in 97cca34
Steps to Reproduce