Commit Diff


commit - 5be5c515a2482a2de8041f07034af14468dd51e0
commit + 90b06b59d961fe004912ebadcdc67c4884de8d20
blob - /dev/null
blob + ca05c8a0101ba6b1b3be47b49534b4ca445a2b25 (mode 644)
--- /dev/null
+++ tests/pytest.ini
@@ -0,0 +1,5 @@
+[pytest]
+addopts = --verbose --tb=native -x
+markers =
+    uses_fuse: Indicates that FUSE is supported.
+    long: Test that run longer than others.