Migrating an existing application that is ```/src/...
# general
i
Migrating an existing application that is
Copy code
/src/<prod code>
/tests/test_<test-foo>.py
      /sub-tests/test_<other-foo>.py
      /util/utility_for_tests.py
/req.txt
/req..-test.txt
I am struggling to get the paths and source includes in the BUILD files correct I have currently
Copy code
/BUILD
/src/BUILD
/tests/BUILD