We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 749d0cc commit 90f75e6Copy full SHA for 90f75e6
src/testing.py
@@ -442,7 +442,7 @@ def __init_subclass__(cls, abstract=False):
442
if not abstract and not hasattr(cls, "invariant"):
443
_logger.error("%s (IntegrityCase) must define an invariant method", cls.__name__)
444
445
- # IntegrityCase should not alterate database:
+ # IntegrityCase should not alter database:
446
# TODO give a test cursor, don't commit after prepare, use a protected cursor to set_value
447
448
def prepare(self):
0 commit comments