You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we run pytest against the test directory it hangs at a certain test module every time (./testing/views/test_fred.py) . If we manually specify the all the test directories & put the directory with the test module that hangs first (eg pytest ./testing/views/test_fred.py ./testing/abc/test_abc.py ./testing/def/test_def.py ./testing/ghi/test_ghi.py ...) it works fine.
If we just run the test module that hangs on its own it also works fine.
I'd appreciate any guidance on how to get any additional logging/tracing information from pytest about what is happening & causing the test run to slow right down.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
We have a test suite of approximately 4000 items.
If we run pytest against the test directory it hangs at a certain test module every time (./testing/views/test_fred.py) . If we manually specify the all the test directories & put the directory with the test module that hangs first (eg pytest ./testing/views/test_fred.py ./testing/abc/test_abc.py ./testing/def/test_def.py ./testing/ghi/test_ghi.py ...) it works fine.
If we just run the test module that hangs on its own it also works fine.
I'd appreciate any guidance on how to get any additional logging/tracing information from pytest about what is happening & causing the test run to slow right down.
Our environment:
Thanks in advance.
Tim
Beta Was this translation helpful? Give feedback.
All reactions