bobfang1992 / pytomlpp

A python wrapper for tomlplusplus
https://bobfang1992.github.io/pytomlpp/pytomlpp.html
MIT License
86 stars 10 forks source link

Test against expectation #5

Closed EpicWink closed 4 years ago

EpicWink commented 4 years ago

Test against the provided expectation in toml-test.

I created a recursive assertion function for comparison rather than using toml-test's Go app as the recursion implementation was going to be needed anyway, and this way we don't have to set up a Go environment, and write a command-line app which handles JSON and TOML from stdin to stdout.

bobfang1992 commented 4 years ago

This is a good change and something I wanted to do :) Looks promising. Let me know when you are ready for review etc. Thanks!

EpicWink commented 4 years ago

@bobfang1992 Ready

bobfang1992 commented 4 years ago

LGTM, could you rebase and I will merge? Thanks!

EpicWink commented 4 years ago

@bobfang1992 That's been done