mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Merge pull request #1134 from steveklabnik/remove_silly_assert
remove silly assert
This commit is contained in:
@@ -34,9 +34,6 @@ class RequestsTestCase(unittest.TestCase):
|
||||
"""Teardown."""
|
||||
pass
|
||||
|
||||
def test_assertion(self):
|
||||
assert 1
|
||||
|
||||
def test_entry_points(self):
|
||||
|
||||
requests.session
|
||||
|
||||
Reference in New Issue
Block a user