tenseleyflow/bensch / 376a2b3

Browse files

extract python dependencies

pexpect, PyYAML, pytest, pytest-html, colorama — all shell-agnostic.

Source: fortsh/tests/interactive/requirements.txt
Authored by espadonne
SHA
376a2b3a3416899242222482536014e47fccaaea
Parents
1d652be
Tree
9e38b78

1 changed file

StatusFile+-
A framework/requirements.txt 10 0
framework/requirements.txtadded
@@ -0,0 +1,10 @@
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