aboutsummaryrefslogtreecommitdiffstats
path: root/test/pytest.ini
AgeCommit message (Collapse)AuthorLines
2024-03-20ci-build.sh: Reduce pytest --maxfail from 99 to 1Bernd Schubert-0/+2
We want to see errors - reduce allowed errors. With --maxfail=99 tests out of the sudden started to hang in github, without a change in libfuse (I had actually tested to previous release tags). With --maxfail=1 pytest aborts and we see failing github. Also increase python log level to NOTSET - NOTSET should print all messages. Also use "pytest" has wrapper for "python3 -m"
2020-09-12Update Travis to Ubuntu BionicTom Callaway-0/+2
2017-01-10Skip tests if not root and no setuid fusermount3.Nikolaus Rath-1/+1
2016-03-29Added basic unit tests.Nikolaus Rath-0/+2
Fixes issue #33.