shoudl I expect to be able to write an integration...
# development
h
shoudl I expect to be able to write an integration test that runs against current pants source code?
i..e something like
Copy code
test_run_result = self.run_pants(
                ["--no-dynamic-ui", "--no-pantsd", "test", "src/python/pants/engine/internals/engine_test.py"]
            )
it looks like we have some integration tests that are referencing the
3rdparty
directory
it looks like the pants environment that the integration test
run_pants
exposes only has access to the
3rdparty
and
build-support
goals?