tractor icon indicating copy to clipboard operation
tractor copied to clipboard

We need a testing tips docs page

Open goodboy opened this issue 4 years ago • 0 comments

Was just talking with a collaborator and we definitely need a page on how to run and monitor the tests.

Tips i can think of offhand:

  • for monitoring the process tree while the test suite runs: watch -n 0.5 'pstree -a $(pgrep pytest)' ~- the celery remote debugger can be super handy for debugging crashed sub-actors~ now already solved with our built-in version 🥳 for the most part.

More to come..

goodboy avatar Jul 20 '20 01:07 goodboy