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
Given the logs print Running pytests with arguments: ..., this is useful but includes the exact thing we run instead of what the user could run themselves (it has the specific python script that requires a server connection to work) it would be good for the logs to print a runnable command to help people debug. Something like Equivalent pytest command which can be run from terminal: ....
The text was updated successfully, but these errors were encountered:
Given the logs print
Running pytests with arguments: ...
, this is useful but includes the exact thing we run instead of what the user could run themselves (it has the specific python script that requires a server connection to work) it would be good for the logs to print a runnable command to help people debug. Something likeEquivalent pytest command which can be run from terminal: ....
The text was updated successfully, but these errors were encountered: