| Conditions | 1 |
| Total Lines | 6 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | """ |
||
| 12 | def testStrip(self): |
||
| 13 | """Test that marvin can recommend comics""" |
||
| 14 | messageFormat = self.strings.get("commitstrip").get("message") |
||
| 15 | expected = messageFormat.format(url=self.strings.get("commitstrip").get("url")) |
||
| 16 | self.assertActionOutput(marvin_actions.marvinStrip, "lite strip kanske?", expected) |
||
| 17 | self.assertActionSilent(marvin_actions.marvinStrip, "nostrip") |
||
| 18 | |||
| 26 |