Mayatest
Utilize pytest with maya's inbuilt python interpreter to run tests
Install / Use
/learn @arubertoson/MayatestREADME
Maya Test
Wrapper to easily test maya scripts and modules with the powerful pytest framework.
Getting Started
Prerequisites
You'll need to install:
- Autodesk Maya (2014+)
- Python (2.7+)
Installing
pip install mayatest
Usage
Run mayatest in the folder of the script or module.
# To invoke pytest using mayapy from Maya 2017 do:
mayatest -m 2017
# Then the normal usage for pytest applies, e.g. to test specific file:
mayatest -m 2017 --pytest="test_sometest.py"
# to only run test_func
mayatest -m 2017 --pytest="test_sometest.py::test_func"
For more information using pytest go to their docs.
License
This project is licensed under the MIT License - see the LICENSE.md file for details
Related Skills
node-connect
343.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
90.0kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
343.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
343.1kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。

