-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
I had a code-base where this was the test profile:
[profile.test]
opt-level = 3I spent more time then I'd like to admit figuring out why, in unit tests faux was behaving correctly but in integration tests I was getting `SignaturIt::create_signature<E,D>` was called but never stubbed. As you can see the function is generic maybe that's part of the problem. I am mocking it only for a specific type. Removing opt-level = 3 fixed it.
Maybe this is worth mentioning somewhere
Metadata
Metadata
Assignees
Labels
No labels