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: _data/gsoc-ideas.yml
+10
Original file line number
Diff line number
Diff line change
@@ -104,3 +104,13 @@
104
104
length: medium
105
105
mentors: [satabin, ybasket]
106
106
categories: [cloud, web, programming languages]
107
+
108
+
- title: Convert Doobie test suite to use munit-cats-effect
109
+
description:
110
+
Doobie is a purely functional library for database access. Our test suites are written before there is good integration between MUnit (the test framework) and Cats-Effect (the effect system we depend on).
111
+
We want to convert to use munit-cats-effect to make them less verbose and error prone.
0 commit comments