Closed vitekes closed 9 years ago
It would be better for the community to keep docs in English.
Regarding your problem: the pytest.main
function has an optional parameter of args
that can be used to pass cmd arguments: see https://pytest.org/latest/usage.html#calling-pytest-from-python-code
У меня есть набор тестов которые работают примерно таким образом
Есть ли на данный момент возможность генерировать xml файлы напрямую из кода, а не зпускать каждый раз в консоли
py.test --alluredir=path tests.py