Revision 114884cdb3d083b4cbfca82d36b942a5ba28e066 authored by jenjou on 08 May 2019, 19:05:01 UTC, committed by Casey Litton on 08 May 2019, 19:05:01 UTC
1 parent 116902e
Raw File
pytest.ini
[pytest]
addopts =
    --pyargs encoded.tests
    -p encoded.tests
    --instafail
    --splinter-make-screenshot-on-failure=false
    --splinter-implicit-wait=5
back to top