Channels
welcome
github-notifications
development
announce
random
plugins
general
pex
Powered by
#development
Title
f
fast-nail-55400
11/04/2021, 9:33 PM
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
hundreds-father-404
11/04/2021, 9:42 PM
You could probably do ./pants repl src/python/pants/testutil:: and set up a test runner I normally create a quick and dirty goal
Post