diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/aaa_profiling/test_memusage.py | 2 | ||||
-rw-r--r-- | test/ext/test_automap.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/aaa_profiling/test_memusage.py b/test/aaa_profiling/test_memusage.py index ab1815e8a..f9a95c3d8 100644 --- a/test/aaa_profiling/test_memusage.py +++ b/test/aaa_profiling/test_memusage.py @@ -338,7 +338,7 @@ class MemUsageTest(EnsureZeroed): i = [1] # the times here is cranked way up so that we can see - # pysqlite clearing out it's internal buffer and allow + # pysqlite clearing out its internal buffer and allow # the test to pass @testing.emits_warning() @profile_memory() diff --git a/test/ext/test_automap.py b/test/ext/test_automap.py index da80f377e..78985f134 100644 --- a/test/ext/test_automap.py +++ b/test/ext/test_automap.py @@ -123,7 +123,7 @@ class AutomapTest(fixtures.MappedTest): i1 = Item() o1.items_collection.add(i1) - # it's 'order_collection' because the class name is + # it is 'order_collection' because the class name is # "Order" ! assert isinstance(i1.order_collection, list) assert o1 in i1.order_collection |