AcademySoftwareFoundation / OpenCue

A render management system you can deploy for visual effects and animation productions.
https://www.opencue.io
Apache License 2.0
832 stars 202 forks source link

[tests] Change tests to not use setup.py, but use the unittest module directly #1547

Closed lithorus closed 1 month ago

lithorus commented 1 month ago

Summarize your change. Have changed most tests to use -m unittest discover instead og setup.py test

The old setup.py test doesn't work in newer versions of python since it has been deprecated