Add not worth mentioning initial skeleton for testing using pytest#37
Add not worth mentioning initial skeleton for testing using pytest#37yarikoptic wants to merge 11 commits into
Conversation
partially guided by chatgpt soe might fail quite miserably
…ost our _version_
| # +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
|
|
||
| import os | ||
| import sys |
There was a problem hiding this comment.
congratulate on the first bug fix contributed due to initiating the testing ;)
| run: | | ||
| $url = 'https://github.com/winfsp/winfsp/releases/download/v2.0/winfsp-2.0.23075.msi' | ||
| Invoke-WebRequest -Uri $url -OutFile 'winfsp.msi' | ||
| Start-Process msiexec.exe -ArgumentList '/i', 'winfsp.msi', '/quiet', '/norestart' -Wait |
There was a problem hiding this comment.
well -- either low is not intended for Windows at all or smth else need to be done since we get ERROR tests/test_low.py - OSError: Unable to find libfuse . See https://github.com/yarikoptic/refuse/actions/runs/4559603821/jobs/8043726950 for more detail
| if: startsWith(matrix.os, 'macos') | ||
| run: | | ||
| brew update | ||
| brew install osxfuse |
There was a problem hiding this comment.
attempt to run tests with this seems to just stall on macos-11 without any feedback: see https://github.com/yarikoptic/refuse/actions/runs/4559603821/jobs/8043727829 (still running ,will check if outputs anything tomorrow)
|
both windows and OSX runs aren't happy so I will disable them for now since it annoys me to receive all the failing notifications emails ;-) |
Would not test much if at all, but at least would try to install/import across all OSes and Python versions.
ref #1
edit: I also pushed as master to my clone so that action is executed... can be observed on https://github.com/yarikoptic/refuse/actions .