Description
Stub objects can be created for lightweight tests in legacy Python 2 projects. Pretend helps developers replace dependencies with simple objects that declare expected attributes and behavior.
It is a testing helper and not part of production behavior. Use clear test names so stubs do not hide missing integration coverage.