We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 257955e commit cbf313dCopy full SHA for cbf313d
tests/e2e/scripts/test_e2e_runner.sh
@@ -39,6 +39,8 @@ echo "Valid custom cert found!"
39
sudo cp ~/.test_mitmproxy/mitmproxy-ca.pem tests/e2e/mitmproxy-ca.pem
40
41
echo "E2E processing..."
42
+pip install -e .
43
+pip install -r ./requirements/development.txt
44
python -m pytest -s --capture=sys -v --cov=domaintools tests/e2e
45
46
# Clean up containers
0 commit comments