clio
clio copied to clipboard
Refactor Config Tests
Motivation
Currently Config tests data (FakeConfigData.hpp) is big and used across multiple tests. It is better to split the data into smaller configs, and to test things separately. (ie value & array)
Solution
Refactor Config Tests
A few more things to fix:
-
ConfigValueTests.cppcontains tests for constraints -
ClioConfigDefinitionTests.cppshould be renamed toConfigDefinitionTests.cpp