Revision 0ee8b96e83cd9c9de04a74b58c150ff4f5e62414 authored by Laurence Rowe on 22 February 2020, 00:46:40 UTC, committed by Laurence Rowe on 22 February 2020, 00:46:40 UTC
1 parent e266d50
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