Revision dea0fb4b669c56fd7fdf1318253decfc102c2962 authored by Ben Hitz on 23 November 2019, 01:13:04 UTC, committed by Ben Hitz on 23 November 2019, 01:13:04 UTC
1 parent 39c7c28
Raw File
pytest.ini
[pytest]
addopts =
    --pyargs encoded.tests
    -p encoded.tests
    --instafail
    --splinter-make-screenshot-on-failure=false
    --splinter-implicit-wait=5
    --assert=plain
back to top