You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've written a unit test that tests a ClassMethod implemented in Python [Language = python].
The test runs okay, but the coverage is not being measured. Is Embedded Python supported?
If I execute the test, which calls a ClassMethod written in ObjectScript that, in turn, calls the Python method, the ObjectScript method's coverage is measured, but the Python method's coverage is not.