mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
Unit test codes for python binding of TinyUSDZ.
Requirements
- pytest
- typegurad
Setup
$ python -m pip install --upgrade pytest
Run tests
# Add ../../python and ../../sandbox/python to find modules.
$ PYTHONPATH=$PYTHONPATH:../../sandbox/python:../../python python -m unittest