Replies: 1 comment
-
|
This is brilliant, thank you for finding this and putting it together. It's the first step towards a mitigation from Conjure's side too. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, just wanted to share a workaround for Conjure users who run tests with kaocha and have problems with refreshing namespaces.
Steps to reproduce:
refresh_all- all namespaces are refreshedrun_all_tests- all tests are executedrefresh- nothing is refreshed, [PROBLEM] expected the modified namespace to be refreshedrefresh_all- only test namespaces are refreshed, [PROBLEM] expected all namespaces to be refreshedTurns out this is a known issue lambdaisland/kaocha#161 and they suggest a workaround as Disabling Automatic Classpath Handling
In conjure configuration we can set the flag by overriding call suffix
Beta Was this translation helpful? Give feedback.
All reactions