aboutsummaryrefslogtreecommitdiffstats
path: root/test/pytest.ini
blob: bbc8de878061e9eb2581e770faf40221d4af971e (plain) (blame)
1
2
3
4
5
6
[pytest]
addopts = --verbose --assert=rewrite --tb=native -x -r a
markers = 
    uses_fuse: Indicates that FUSE is supported.
log_cli=true
faulthandler_timeout=60