""" pytest will successfully load this test file because it does not include a `pytest_plugins` import line. """ def test_basic() -> None: assert 1 + 1 == 2