Revision 1264ac6b589af7c2edb9adcc12cd5081da5664dc authored by Pietro on 30 April 2020, 10:08:35 UTC, committed by Romain on 05 May 2020, 14:47:29 UTC
1 parent 2faef93
Raw File
pytest.ini
[pytest]
addopts = --strict --ignore=tests/multibranch --verbose --tb=short
markers =
    incremental
    slow
    vote
    baker
    endorser
    multinode
    contract
    multibranch
    mempool
    client
    snapshot
    regression
    codec
back to top