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
Add additional test cases for process management (#88)
Sending signals on Windows is surprisingly difficult. CTRL-C is handled by `SIGINT`, which is tested on other platforms and should behave the same. Improving test coverage for Windows will be a future task.
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+6
Original file line number
Diff line number
Diff line change
@@ -42,3 +42,9 @@ just test-sqlite
42
42
# To run all of the above:
43
43
just test-dbs
44
44
```
45
+
46
+
Due to database worker process' tests, tests cannot run using an in-memory database, which means tests run quite slow locally. If you're not modifying the worker, and want you tests run run quicker, run:
0 commit comments