mirror of
https://github.com/Pennyw0rth/NetExec
synced 2026-06-06 16:34:30 +00:00
360 B
360 B
CME Tests
Running Tests
Unit Tests
- Install CME (either in venv or via Poetry)
- Run
pytest(orpoetry run pytest)
End to End Tests
- Install CME (either in venv or via Poetry)
- Run
python tests/e2e_tests.py -t $IP -u $USER -p $PASS, with optional-kparameter- Poetry:
poetry run python tests/e2e_tests.py -t $IP -u $USER -p $PASS
- Poetry: