Commit Diff
- Commit:
90b06b59d961fe004912ebadcdc67c4884de8d20- From:
- Sergey Bronnikov <estetus@gmail.com>
- Date:
- Message:
- 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
- Actions:
- Patch | Tree
--- /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.
