diff options
Diffstat (limited to 'test/pytest.ini')
-rw-r--r-- | test/pytest.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/pytest.ini b/test/pytest.ini index 9516154..036a9f4 100644 --- a/test/pytest.ini +++ b/test/pytest.ini @@ -1,2 +1,4 @@ [pytest] addopts = --verbose --assert=rewrite --tb=native -x -r a +markers = + uses_fuse: Indicates that FUSE is supported. |