Skip to content
Snippets Groups Projects
Commit 205d3897 authored by Alexander Gehrke's avatar Alexander Gehrke
Browse files

[readme] Add note about commented out tests

parent da7f95c9
Branches readerwriter
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ usually marked with `???`.
| 3: Error Handling | [`errors`](src/main/scala/errors) | `testOnly errors.*`
| 4: Laziness | [`laziness`](src/main/scala/laziness/) | `testOnly laziness.*`
| 5: Algebras, Laws, and Monoids | [`algebra`](src/main/scala/algebra/) | `testOnly algebra.*`
| 6: Typeclasses | [`typeclasses`](src/main/scala/typeclasses/) | `testOnly typeclasses.*`
| 6: Typeclasses | [`typeclasses`](src/main/scala/typeclasses/) | `testOnly typeclasses.*` (needs some uncommenting)
## Usage tips:
To keep your local solutions to the exercises when pulling from the repository,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment