NetExec/tests
mpgn 2be85b5da7 black formating 2023-05-02 11:17:59 -04:00
..
README.md tests: add e2e tests and README 2023-03-24 15:18:37 -04:00
e2e_commands.txt tests: fix first line of e2e tests and comment out some long-running/hanging modules, and add in commented SSH tests 2023-04-30 17:25:13 -04:00
e2e_test.py black formating 2023-05-02 11:17:59 -04:00
test_smb_database.py black formating 2023-05-02 11:17:59 -04:00

README.md

CME Tests

Running Tests

Unit Tests

  • Install CME (either in venv or via Poetry)
  • Run pytest (or poetry 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 -k parameter
    • Poetry: poetry run python tests/e2e_tests.py -t $IP -u $USER -p $PASS