doubler
doubler
If the `test.py` has relative import code like `from .module import xx`, then bazel test would fail. `ModuleNotFoundError: No module named '__main__.module'; '__main__' is not a package`
@thundergolfer why do python rules has the `imports`. https://docs.bazel.build/versions/master/be/python.html
> The Bazel [docs](https://bazel.build/reference/test-encyclopedia#initial-conditions) say: "The XML schema is based on the [JUnit test result schema](https://windyroad.com.au/dl/Open%20Source/JUnit.xsd)." I think the doc means bazel test generated XML format should be compatible with...