Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Mocks were enabled by default. Previoulsy, this was largely harmless as nothing happens unless mocks are referenced in a test file. To match the assumptions in more rigorous configuration handling and just to make a sensible default, this is disabled. - Exception handling setting was previously handled entirely in code. This setting can be in the defaults and should be for clarity and readability. - CMock’s plugin list was previously handled solely in code, including a default blank list. This hid the setting.
- Loading branch information