1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
PY23_TEST() TEST_SRCS( test_plugin.py ) PY_SRCS( plugin.py ) PEERDIR( library/python/pytest ) ENV( PYTEST_PLUGINS=library.python.pytest.ut.pytest_plugins_env.plugin ) STYLE_PYTHON() END()