summaryrefslogtreecommitdiff
path: root/test/aaa_profiling/test_pool.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-07-28 15:50:05 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-07-28 15:50:05 -0400
commit27913554a85c308d81e6c018669d0246ceecc639 (patch)
tree191305298ce66000c95c9c8fec1e27350f0d206e /test/aaa_profiling/test_pool.py
parent90571b3a3a4eca329ec14e9bd142ad2b96526d99 (diff)
downloadsqlalchemy-27913554a85c308d81e6c018669d0246ceecc639.tar.gz
trailing whitespace bonanza
Diffstat (limited to 'test/aaa_profiling/test_pool.py')
-rw-r--r--test/aaa_profiling/test_pool.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/aaa_profiling/test_pool.py b/test/aaa_profiling/test_pool.py
index 1e74b270a..27967884f 100644
--- a/test/aaa_profiling/test_pool.py
+++ b/test/aaa_profiling/test_pool.py
@@ -4,7 +4,7 @@ from sqlalchemy.pool import QueuePool
from sqlalchemy import pool as pool_module
class QueuePoolTest(fixtures.TestBase, AssertsExecutionResults):
- __requires__ = 'cpython',
+ __requires__ = 'cpython',
class Connection(object):
def rollback(self):
@@ -15,7 +15,7 @@ class QueuePoolTest(fixtures.TestBase, AssertsExecutionResults):
def teardown(self):
# the tests leave some fake connections
- # around which dont necessarily
+ # around which dont necessarily
# get gc'ed as quickly as we'd like,
# on backends like pypy, python3.2
pool_module._refs.clear()
@@ -28,11 +28,11 @@ class QueuePoolTest(fixtures.TestBase, AssertsExecutionResults):
# the callcount on this test seems to vary
- # based on tests that ran before (particularly py3k),
+ # based on tests that ran before (particularly py3k),
# probably
# due to the event mechanics being established
# or not already...
- @profiling.function_call_count(72, {'2.4': 68, '2.7':75,
+ @profiling.function_call_count(72, {'2.4': 68, '2.7':75,
'2.7+cextension':75,
'3':62},
variance=.15)