Running All AL_omx Tests
Each AL_omx distribution comes with full test suites.
Run Tests in Maya Standalone
Make sure you install the AL_omx for that Maya version, check out Install AL_omx In Maya.
Run tests using mayapy:
path/to/mayapy -m AL.omx.tests.runall
Run Tests in Maya Interactive Mode
Make sure you install the AL_omx for that Maya version, check out Install AL_omx In Maya.
Run Python command in Maya’s script editor:
from AL.omx.tests import runall
runall.runAllOMXTests()