Merge pull request #312 from Skinner927/patch-1

Stop strippables default value from being parsed (Thanks @Skinner927 )
This commit is contained in:
Mark VanderVoord
2020-06-04 13:15:31 -04:00
committed by GitHub
+1 -1
View File
@@ -457,7 +457,7 @@ from the defaults. We've tried to specify what the defaults are below.
to prevent a function `functionName` from being mocked. By default, it
is ignoring all gcc attribute extensions.
* default: ['(?:__attribute__\s*\(+.*?\)+)']
* default: `['(?:__attribute__\s*\(+.*?\)+)']`
* `:subdir`:
This is a relative subdirectory for your mocks. Set this to e.g. "sys" in