From 0af8ff940538357d3357814430be78dfdbdc4a94 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Wed, 23 Jan 2013 20:03:43 -0500 Subject: [PATCH] remove silly assert --- test_requests.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/test_requests.py b/test_requests.py index 425e357..32340ae 100644 --- a/test_requests.py +++ b/test_requests.py @@ -34,9 +34,6 @@ class RequestsTestCase(unittest.TestCase): """Teardown.""" pass - def test_assertion(self): - assert 1 - def test_entry_points(self): requests.session -- 2.34.1