"""This module is run in test_dir on pytest for test pytest FixtureRequest."""


def test_function_something():
    """This test is run in test_dir on pytest for test pytest FixtureRequest."""
    assert 1 + 1 == 2
