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
To run unit tests locally, we now need to type pytest -m "not (s03 or adim)", and the list of things which we are skipping is going to grow. We should add a unit tests only flag which does all the 'nots' for us
Acceptance Criteria
Add pytest flag to run local unit tests
The text was updated successfully, but these errors were encountered:
To run unit tests locally, we now need to type
pytest -m "not (s03 or adim)"
, and the list of things which we are skipping is going to grow. We should add aunit tests only
flag which does all the 'nots' for usAcceptance Criteria
The text was updated successfully, but these errors were encountered: