Add README.md with instructions on running tests

This commit is contained in:
Merwane Hamadi
2023-04-12 14:50:45 -07:00
parent b65b7acace
commit 7e21123a5d

17
tests/README.md Normal file
View File

@@ -0,0 +1,17 @@
For now there aren't many tests.
So just run:
```
python tests/unit/json_tests.py
python tests/integration/memory_tests.py
```
paid test:
```
python tests/integration/test_commands.py
```
This test costs 0.004$ per run with GPT-3.5. We will setup a pipeline in github action to allow people to run these tests for free.
The pipeline will be be triggered for now.
TODO: when we setup pytest, replace lines above by: pytest commands