| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
To run this yourself you can do:
To run these tests please build MeshLib first, then do following commands on linux:
python3 -m pip install pytest numpy
cd build/Debug/bin # or build/Release/bin
# `xvfb-run -a` gives the mrviewerpy tests a display; without it they skip themselves
xvfb-run -a python3 ./../../../scripts/run_python_test_script.py -d '../test_python'on mac:
python3 -m pip install pytest numpy
cd build/Debug/bin # or build/Release/bin
python3 ./../../../scripts/run_python_test_script.py -d '../test_python'on Windows:
py -3 -m pip install pytest numpy
cd source/x64/Debug # or source/x64/Release
py -3 ..\..\..\scripts\run_python_test_script.py -d '..\test_python'| Back | FazBrowse Home | New Git URL |