Cached problem fact not being created for tests? #1109
Closed
hotungkhanh
started this conversation in
General
Replies: 1 comment 3 replies
-
Hello @hotungkhanh! The test in question doesn't use the planning solution, and therefore cannot read the problem facts. If you want your problem facts to be taken into account, you'll have to add them yourself, just like you add |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
In our program, we're using a Cached problem fact:
However, the problem arises when we try to write a unit test to test a constraint.
Is it the case that Cached problem facts are not created for unit tests?
Please let me know.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions