3Dify Test Suite
Prerequisites
In order to proceed with the execution of the tests suite, it is necessary to:
- Install miniforge at the following link
- Create a new environment named "makehuman" and activate it by typing
conda create -n makehuman && conda activate makehuman
- Install in the environment all the packages inside "tests/requirements.txt" by using
pip install -r requirements.txt
- Execute the test.bat or test.bash script