Hey, so I have a test module "test-common", which depends on the main module to provide often used m...
j
Hey, so I have a test module "test-common", which depends on the main module to provide often used methods also used in different modules. Is it possible to use this "test-common" module in the main module's test source set or are there problems because they kinda depend on each other? Or is there a better approach?
e