Revision 8265d075ca1fb5851c5084e7580f167819e91510 authored by Mathias Bourgoin on 06 August 2019, 14:08:59 UTC, committed by Pierre Boutillier on 06 August 2019, 21:27:33 UTC
1 parent 501669d
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
back to top