Files
Pennyw0rth-NetExec/tests
Marshall Hallenbeck efb789d890 tests: add ftp tests
2023-05-28 10:05:07 -04:00
..
2023-05-28 10:05:07 -04:00
2023-05-08 14:39:36 -04:00
2023-05-08 14:39:36 -04:00

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
  • To see full errors (that might show real errors not caught by checking the exit code), run with the --errors flag