Revision 1b45de437a2c8b1629457ca7dc6214d0f8f4af47 authored by zmyers23 on 20 June 2019, 18:47:44 UTC, committed by Casey Litton on 20 June 2019, 18:47:44 UTC
1 parent 3cc877f
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