cyanskies / another-toml-cpp

MIT License
1 stars 0 forks source link

Pull the testing repo into this one #15

Open cyanskies opened 3 months ago

cyanskies commented 3 months ago

Having a second repo for the tests is over cumbersome.

We should copy https://github.com/marzer/tomlplusplus/blob/master/toml-test/README.md. This would be done by just bringing the encoder and decoder (and their dependencies) into this repo. This will make future testing easier (especially if we set up CI or something like that).

The encoder and decoder in https://github.com/cyanskies/another-toml-test are extremely messy, so they'll need to be updated to match the code standards in this repo.