Hello.
I write plugin for pytest, and I need to obtain parameters
for test decorated with @parametrize before this test is actually called.

There is a ``pytest_runtest_logstart``, but it does not provide information
about parameters. There is ``pytest_runtest_setup`` but it is called
too late.

I belive ``runner.py`` (line 58) may provide this info to
``pytest_runtest_logstart``, but it does not.

Is there any way to get information about test parameters before pytest
launches it?

Ilya.
_______________________________________________
pytest-dev mailing list
pytest-dev@python.org
https://mail.python.org/mailman/listinfo/pytest-dev

Reply via email to