kowainik / crocodealer

🐊 Manage GitHub organization files, labels, issues
https://kowainik.github.io/projects/crocodealer
Mozilla Public License 2.0
9 stars 4 forks source link

Write unit test for parsing `example-config.toml` #10

Closed chshersh closed 4 years ago

chshersh commented 5 years ago

We have a codec for TOML configuration and an example configuration. Let's also implement a simple unit test for the file to make sure that the codec works as expected.

mstruebing commented 5 years ago

I would love to try that in order to boost my haskell knowledge :)

chshersh commented 5 years ago

@mstruebing Sure, go ahead! Feel free to ask any questions :slightly_smiling_face:

vrom911 commented 4 years ago

Resolved in #11