User bio
404 bio not found
Member since Nov 9, 2015
Posts:
Replies:
Hi @Jani Hurskainen - the short answer is "yes, TestCoverage is coupled to %UnitTest."
Can you elaborate on what you have in mind by "other unit testing frameworks" and/or what you're trying to achieve? %UnitTest is the only unit testing framework for ObjectScript that I'm aware of. Is your objective to unify Python and ObjectScript unit tests?
I just asked "How do I change my password in InterSystems Server Manager in VSCode?"
It gave me three answers: the first one was outdated, the second one was a bad idea, and the third was the right one.
Open Exchange applications:
Certifications & Credly badges:
Global Masters badges:
Followers:
Following:
Ahh, I see. Honestly, if you're looking to adjust the two things to work together, you might be better off writing an adapter layer between %UnitTest.TestCase and your existing test case parent class rather than trying to make TestCoverage work for your custom unit test framework.