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
In CONTRIBUTING.md it says: "By default unit and integration tests are run without the one testing premium functionality, as most probably you don't have access to Premium workspace for testing purposes. If you want to run just specific category you can do so using for example pytest -m unit for only unit tests."
In
CONTRIBUTING.md
it says: "By default unit and integration tests are run without the one testing premium functionality, as most probably you don't have access to Premium workspace for testing purposes. If you want to run just specific category you can do so using for examplepytest -m unit
for only unit tests."However running
pytest -m unit
results in:And a number of these failures say "premium" and fail due to missing credentials.
The text was updated successfully, but these errors were encountered: