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. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am wondering what is the recommended approach for unit testing of model components.
Consider the following
model.py
from the Getting Started section of the documentation.one idea is to make use of patching in this way:
is there a better way?
Beta Was this translation helpful? Give feedback.
All reactions