Revision 3cc877fd8c4b17e15483c19d1a42e3c5c297713e authored by Forrest Tanaka on 20 June 2019, 15:55:50 UTC, committed by Casey Litton on 20 June 2019, 15:55:50 UTC
1 parent 4d26814
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