"""Example test module.""" import pytest def test_example(): """Example test function.""" assert True