is there any way to get an “engine repl”? I.e., a ...
# development
f
is there any way to get an “engine repl”? I.e., a python repl with the Pants engine loaded up for a project?
and maybe a RuleRunner or other interface available to make requests to the engine
h
You could probably do ./pants repl src/python/pants/testutil:: and set up a test runner I normally create a quick and dirty goal