plaintext · 197 bytes Raw Blame History
1 # Interactive test framework dependencies
2 pexpect>=4.8
3 PyYAML>=6.0
4
5 # Testing framework for better organization and reporting
6 pytest>=7.0
7 pytest-html>=4.0
8
9 # Optional: colored output
10 colorama>=0.4