We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b09a7 commit da9afaaCopy full SHA for da9afaa
1 file changed
README.md
@@ -69,6 +69,11 @@ df = pd.read_sql(query, engine)
69
70
#### Django REST
71
- The email and password are set in `server/api/management/commands/createsu.py`
72
+- Backend tests can be run using `pytest` by running the below command inside the running backend container:
73
+
74
+```
75
+docker compose exec backend pytest api/ -v
76
77
78
## Local Kubernetes Deployment
79
0 commit comments