summaryrefslogtreecommitdiffstats
path: root/library/python/pytest/ut/pytest_plugins_env/test_plugin.py
blob: dbeb248ad855b8dde4ff58522721b3b4c6dbe044 (plain) (blame)
1
2
def test_my_fixture(my_fixture):
    assert my_fixture == "value"