Pytest + Robot demo

Dependency: pytest-robotframework

Run the tests with Robot to get the report:

ROBOT_OPTIONS="--outputdir=out" pytest tests/test\ _mylib.py

Run it without Robot for best performance:

pytest -p no:robotframework tests/test\ _mylib.py