You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmds.playblast is mocked, due to platform not having access to graphical hardware. Because of that, tests cannot actually trigger a playblast. But it doesn't matter, we aren't able to validate outputted images anyway by anything other than by eye.
What could happen, is that we have 90% of the tests run headless on Travis, and a separate, optional test_graphics.py that runs locally.
The text was updated successfully, but these errors were encountered:
Goal
Automate tests.
Implementation
Setup continuous integration on Travis with Docker.
tests.py
tests.py
Example
cmds.playblast
is mocked, due to platform not having access to graphical hardware. Because of that, tests cannot actually trigger a playblast. But it doesn't matter, we aren't able to validate outputted images anyway by anything other than by eye.What could happen, is that we have 90% of the tests run headless on Travis, and a separate, optional
test_graphics.py
that runs locally.The text was updated successfully, but these errors were encountered: