You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,16 @@ To delete the cluster:
14
14
$ k3d cluster delete amit-mini-project
15
15
```
16
16
17
+
## Running the Tests
18
+
19
+
Tests are easiest to run using sqlite. Use the following sequence of commands:
20
+
21
+
```s
22
+
$Env:DB="sqlite"
23
+
poetry shell
24
+
python manage.py test
25
+
```
26
+
17
27
# DRF Useful Links
18
28
19
29
- A solution to the wierd API endpoinds in the form of `user/id/tasks` ([link](https://www.django-rest-framework.org/tutorial/6-viewsets-and-routers/#refactoring-to-use-viewsets)).
0 commit comments