MultiMC / Launcher

A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once
https://multimc.org/
Other
4.32k stars 883 forks source link

Research using C++ QuickCheck libs for testing #494

Closed 02JanDal closed 9 years ago

02JanDal commented 10 years ago

I recently watched a talk on Haskell, and the part that probably interested me the most was QuickCheck, basically automatically generated unit tests.

There exist several C++ implementations of QuickCheck, so this issue is about seeing if one of them would be useful, as well as adding a few unit tests using the selected library. The library would need to be able to handle custom (Qt or ours) data types.

02JanDal commented 10 years ago

CC: @Forkk

peterix commented 9 years ago

OK. Maybe in a million years :)