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
It looks like the tests expect to be run directly as python modules. Instead, you can codify them as pytest tests and run them all at once in the pytest framework.
(This also allows for easier integration with Github actions)
The text was updated successfully, but these errors were encountered:
It looks like the tests expect to be run directly as python modules. Instead, you can codify them as
pytest
tests and run them all at once in thepytest
framework.(This also allows for easier integration with Github actions)
The text was updated successfully, but these errors were encountered: