First page Back Continue Last page Graphics
Standard Python Modules
ConfigParser
- Can serve as the foundation for build tools
- Configuring test suites, host interfaces, etc.
re
- Many devices use ASCII-based serial protocols
- Regular expressions are simple and effective here
unittest
- Testing is particularly vital for embedded systems