diagrams / diagrams-pandoc

A pandoc filter to express diagrams inline using the haskell EDSL diagrams.
BSD 3-Clause "New" or "Revised" License
37 stars 9 forks source link

Turn tests into a proper test suite #22

Closed ozkutuk closed 1 year ago

ozkutuk commented 1 year ago

I have some work that I eventually want to upstream, so I decided it would be a good idea to setup an automated testing infrastructure first. This PR adds a new test suite that uses the golden testing approach.

byorgey commented 1 year ago

Looks great, thanks!