Testing Framework #394
remdesivir6
started this conversation in
General
Replies: 1 comment
|
Hi @mtaczynski, thanks for sharing your approach to unit testing of cash flow models. It's awesome! I will also share if I think of or find any other approach. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I am wondering what is the recommended approach for unit testing of model components.
Consider the following
model.pyfrom the Getting Started section of the documentation.one idea is to make use of patching in this way:
is there a better way?
All reactions