MATS
is a hardware-oriented test environment intended for production
testing in a manufacturing environment. The MATS
framework is a test
template and test sequence executor which includes an implementation for
basic user input and feedback.
- Test runner
- Auto-start option
- Triggered-start option (i.e. "Start Button")
- Auto-save of data
- Hardware Setup / Teardown
- Automatic teardown on exception
- Automatic GUI integration
MATS could be considered an automated test framework which imposes a consistent work flow and reduces the amount of mind share that you need to dedicate to developing automated device tests.
Checkout the documentation for more details!
At this time, the automatic GUI is only built within tkinter
; however, the
techniques used to create the MatsFrame
should be applicable to any other
GUI framework. Contributions welcome!
Below is a screenshot created on Windows, but the linux version behaves identically.
Contribution guidelines are outlined in the documentation.
Please read before contributing!