commit 90b06b59d961fe004912ebadcdc67c4884de8d20 from: Sergey Bronnikov date: Mon Jul 5 06:26:56 2021 UTC tests: add missed pytest.ini config Commit "test: initial regression test suite" (b6eb75dfbb096742e0ae744ba8f04d07c8c4a47c) added initial regression test suite using pytest. However pytest should be use pytest.ini that was missed in described commit. This commit fixes it. Closes #80 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.