Our corrent structure is ``` + /foo /sr...
# general
p
Our corrent structure is
Copy code
+ /foo
          /src/main/scala
              /test/scala
+ /bar
          /src/main/scala
              /test/scala
As a first step, I wanted to make
./pants test ::
work. But as far as I understand, pants would like to have all tests under
/test
— which isn’t the case yet..