acoustic-library-86413
07/07/2023, 9:49 AMpants test -ldebug --output=all projects/project-1/tests/integration/test_get_user_data.py -- -s
I suspect that a fixture is hanging indefinitely, but it's impossible to debug without any output. The timer keeps counting up on the following:
4.75s Run Pytest for projects/project-1/tests/integration/test_get_user_data.py:tests
refined-addition-53644
07/07/2023, 9:56 AM-vv -s
https://www.pantsbuild.org/docs/python-test-goal#passing-arguments-to-pytesthappy-kitchen-89482
07/07/2023, 10:04 AMpython_tests()
target to ensure that the process exits.happy-kitchen-89482
07/07/2023, 10:05 AMacoustic-library-86413
07/07/2023, 10:06 AMrhythmic-morning-87313
07/07/2023, 10:51 AMpants test --debug ...
for an interactive test session