diff --git a/test-cli/README.md b/test-cli/README.md new file mode 100644 index 0000000..26c224d --- /dev/null +++ b/test-cli/README.md @@ -0,0 +1,20 @@ +# test-cli + +## Instructions +- Follow the instructions documented on the cli README.md + +- This time, use the tldb-test database, by running the following on **/backend**: +``` +$ npm run test_cli +``` + +- Install pytest framework, if not already installed: +``` +$ pip install pytest +``` + +- Run the admin and main tests using pytest, as shown below (follow this order): +``` +$ pytest admin.py +$ pytest main.py +```