Test: Renamed tw-1381.t to blocked.t

This commit is contained in:
Paul Beckingham 2015-10-24 10:53:34 -04:00
parent e20f7bee4e
commit 93d210e7db

View file

@ -45,6 +45,7 @@ class TestBug1381(TestCase):
code, out, err = self.t("blocking")
self.assertIn("blocks", out)
self.assertNotIn("blocked", out)
if __name__ == "__main__":