Skip to content

Commit

Permalink
minor: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Dirolf committed Apr 19, 2010
1 parent 8a71a35 commit 632c559
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/test_paired.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ def test_end_request(self):
self.assert_(db.test.find_one())
connection.end_request()


def test_deprecation_warnings_paired_connections(self):
warnings.simplefilter("error")
try:
Expand All @@ -135,13 +134,11 @@ def test_deprecation_warnings_paired_connections(self):
warnings.resetwarnings()
warnings.simplefilter('ignore')


def test_paired_connections_pass_individual_connargs(self):
c = Connection.paired(self.left, self.right, network_timeout=5)
self.assertEqual(5, c._Connection__network_timeout)



if __name__ == "__main__":
skip_tests = False
unittest.main()

0 comments on commit 632c559

Please sign in to comment.