You can pass flags to the underlying py.test runner: http://pytest.org/latest/usage.html
For example ./pants src/test/python:all -vs will stop suppressing stdout and stderr. The help documentation is a little messed up right now due to https://groups.google.com/d/msg/pants-devel/4-x33CFhMoU/UIMQavEFdT0J On Thu, Oct 2, 2014 at 11:42 AM, David Pan <david.p...@gmail.com> wrote: > Hi, > > I have another question. Normally when I use vagrant to run aurora, and I > create a job on devcluster, I can find the aurora logs one level above the > sandbox of the task. Now, I am trying to run the unit tests for the aurora > executor on vagrant. I was wondering where I can find the log messages > generated by the aurora executor code when I am running unit tests. > > Thanks, > > David Pan > > On Wed, Oct 1, 2014 at 5:31 PM, David Pan <david.p...@gmail.com> wrote: > > > Hi, > > > > I was wondering if there is a way to run Aurora in debug mode locally on > > vagrant. Specifically, I want to put breakpoints in the health checker > in > > Aurora executor. > > > > Thanks, > > > > David Pan > > >