shithub
tenseleyflow
/
bensch
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
bensch
Public
Watch
0
Fork
0
Star
0
bensch
/
framework
/
requirements.txt
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