# Red fixture for Python unit isolation (#42, `unmocked-collaborator`). A unit test
# must isolate the unit under test, so importing a first-party collaborator without
# mocking it is the violation — patch it (by string, in a fixture) instead.
# unit under test — never a collaborator
# first-party collaborator, NOT mocked → violation
# Uses the real `record` collaborator — not isolated.
assert is not None