allure-framework / allure-pytest

Deprecated, please use https://github.com/allure-framework/allure-python instead
Other
171 stars 83 forks source link

Есть ли возможность указать alluredir в коде? #73

Closed vitekes closed 9 years ago

vitekes commented 9 years ago

У меня есть набор тестов которые работают примерно таким образом

if __name__ == '__main__':
    pytest.main('testcases/tests/')

Есть ли на данный момент возможность генерировать xml файлы напрямую из кода, а не зпускать каждый раз в консоли py.test --alluredir=path tests.py

pupssman commented 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