diff --git a/tests/README.md b/tests/README.md new file mode 100644 index 000000000..dd694336d --- /dev/null +++ b/tests/README.md @@ -0,0 +1,13 @@ +# Automated Testing + +## Running tests locally + +Additional requirements for running tests: +``` +pip install pytest +pip install websocket-client==1.6.1 +``` +Run tests: +``` +python -m pytest +``` \ No newline at end of file