for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
def test_import_compat(compat):
"""Test the module is importable. See conftest.py for the actual import."""
assert compat
def test_import_abc(abc):
assert abc
def test_has_class(abc):
assert abc.NamespaceableABC