Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2024-03-20 | ci-build.sh: Reduce pytest --maxfail from 99 to 1 | Bernd 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-12 | Update Travis to Ubuntu Bionic | Tom Callaway | -0/+2 | |
2017-01-10 | Skip tests if not root and no setuid fusermount3. | Nikolaus Rath | -1/+1 | |
2016-03-29 | Added basic unit tests. | Nikolaus Rath | -0/+2 | |
Fixes issue #33. |