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
Currently unittest discovery / execution is run by calling the function sendCommand in server.ts. Since pytest does not use the sendCommand function due to its different design, this command should be removed the the server.ts and instead placed in the unittest specific utils.
The text was updated successfully, but these errors were encountered:
Currently unittest discovery / execution is run by calling the function
sendCommand
inserver.ts
. Since pytest does not use thesendCommand
function due to its different design, this command should be removed the theserver.ts
and instead placed in the unittest specific utils.The text was updated successfully, but these errors were encountered: