stale-nightfall-29801
11/24/2021, 9:58 AMpython_library
depends on a resource
that I'm hoping the pex_binary
target will package correctly as a package resource during packaging.
If my library reads this resource via pkg_resources
tooling will my python_test
target be able to call the library code that reads the package, or is the code under test not "packaged" at point of testing? This currently isn't working but I'm not sure if it's configuration a error or I'm expecting this to work when it's not going tocurved-television-6568
11/24/2021, 10:02 AM./pants --no-process-execution-local-cleanup test …
in order to be able to inspect the created sandbox for the test run to see what is in there…stale-nightfall-29801
11/24/2021, 10:07 AMprojects
directory (where my service lives) and my library
directory where my resource live (along side library code) Does this imply that it's just copying the required directories into the sandbox and testing them from there? When I build my pex binary those library files get put in the root of the zip.curved-television-6568
11/24/2021, 10:12 AMstale-nightfall-29801
11/24/2021, 11:31 AM