Loading tests/TestSession.py +0 −2 Original line number Diff line number Diff line Loading @@ -87,8 +87,6 @@ class TestSession(BaseTest): self.assertResponse(500, b'VRFZ\r\n') self.assertResponse(250, b'NOOP\r\n') def test_quit_operation(self): pass def test_parse_helo_correct(self): self.assertResponse(250, b'HELO marschke.me\r\n') Loading Loading
tests/TestSession.py +0 −2 Original line number Diff line number Diff line Loading @@ -87,8 +87,6 @@ class TestSession(BaseTest): self.assertResponse(500, b'VRFZ\r\n') self.assertResponse(250, b'NOOP\r\n') def test_quit_operation(self): pass def test_parse_helo_correct(self): self.assertResponse(250, b'HELO marschke.me\r\n') Loading