diff options
Diffstat (limited to 'test/aaa_profiling')
| -rw-r--r-- | test/aaa_profiling/test_memusage.py | 4 | ||||
| -rw-r--r-- | test/aaa_profiling/test_pool.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/test/aaa_profiling/test_memusage.py b/test/aaa_profiling/test_memusage.py index 1b9887333..ab1815e8a 100644 --- a/test/aaa_profiling/test_memusage.py +++ b/test/aaa_profiling/test_memusage.py @@ -527,7 +527,7 @@ class MemUsageTest(EnsureZeroed): sess.delete(a) sess.flush() - # dont need to clear_mappers() + # don't need to clear_mappers() del B del A @@ -594,7 +594,7 @@ class MemUsageTest(EnsureZeroed): sess.delete(a) sess.flush() - # dont need to clear_mappers() + # don't need to clear_mappers() del B del A diff --git a/test/aaa_profiling/test_pool.py b/test/aaa_profiling/test_pool.py index cf41d2684..498c83b1b 100644 --- a/test/aaa_profiling/test_pool.py +++ b/test/aaa_profiling/test_pool.py @@ -15,7 +15,7 @@ class QueuePoolTest(fixtures.TestBase, AssertsExecutionResults): def teardown(self): # the tests leave some fake connections - # around which dont necessarily + # around which don't necessarily # get gc'ed as quickly as we'd like, # on backends like pypy, python3.2 pool_module._refs.clear() |
