pollymc/tests
flow 6a18079953
refactor: generalize mod models and APIs to resources
Firstly, this abstract away behavior in the mod download models that can
also be applied to other types of resources into a superclass, allowing
other resource types to be implemented without so much code duplication.

For that, this also generalizes the APIs used (currently, ModrinthAPI
and FlameAPI) to be able to make requests to other types of resources.

It also does a general cleanup of both of those. In particular, this
makes use of std::optional instead of invalid values for errors and,
well, optional values :p

This is a squash of some commits that were becoming too interlaced
together to be cleanly separated.

Signed-off-by: flow <flowlnlnln@gmail.com>
2023-01-13 16:23:00 -03:00
..
testdata
CMakeLists.txt
DataPackParse_test.cpp
FileSystem_test.cpp
GradleSpecifier_test.cpp
GZip_test.cpp
Index_test.cpp
INIFile_test.cpp
JavaVersion_test.cpp
Library_test.cpp
MojangVersionFormat_test.cpp
PackageManifest_test.cpp
Packwiz_test.cpp refactor: generalize mod models and APIs to resources 2023-01-13 16:23:00 -03:00
ParseUtils_test.cpp
ResourceFolderModel_test.cpp
ResourcePackParse_test.cpp fix: cleanup and suggested changes 2022-12-26 14:50:15 -07:00
ShaderPackParse_test.cpp
Task_test.cpp
TexturePackParse_test.cpp
Version_test.cpp
WorldSaveParse_test.cpp