| Conditions | 2 |
| Total Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| 1 | import sys |
||
| 55 | def test_no_whitespaced_strings(self): |
||
| 56 | # When no leading or trailing whitespaces exist, nothing should happen. |
||
| 57 | # By the way: self.test_strings comes from the base class. |
||
| 58 | self.assertResultsEqual( |
||
| 59 | unescaped_strip, |
||
| 60 | {(test_string,): test_string |
||
| 61 | for test_string in self.test_strings}) |
||
| 62 | |||
| 66 |