You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when upgrade to 5.0 version, pytest.config has removed, I canot push cmdline value to testclass
My test arch only uses one testclass with only one testcase which is extended by parametrize testcase yml file, but I want use cmdline value for testcase yml file.
problem
when upgrade to 5.0 version, pytest.config has removed, I canot push cmdline value to testclass
My test arch only uses one testclass with only one testcase which is extended by parametrize testcase yml file, but I want use cmdline value for testcase yml file.
my code is following
conftest.py file
testxx.py file
trying
I try request.config, buf failed for
bed
will be used before testcase and fixture is uselessI try pytest_generate_tests to set cls var
bed_file
, also failed for cls var cannot be seen in TestTotal and only be seen in test functionI only hope varaibles to hold cmdline argument
who can help me, thanks very much!
The text was updated successfully, but these errors were encountered: