New to Bazel please pardon my ignorance.
Hi
When I run bazel test for my python unittest, the XML report under bazel-testlogs doesn't have individual test case breakdown. It is considering the test target (file name) as one suite and it has one test case which is again the target name.
Is it possible to expose the individual test cases from my target to bazel?
Thanks