# Test/coverage configuration tweaks If you decide to include `fake.py` into your code/package, the easiest way to get the `fake.py` tests running is to create a sibling module named `test_fake.py` in the same directory where the `fake.py` is, with the following content: *Filename: test_fake.py* ```python from fake import * # noqa ```