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
Contributors sometimes have issues running tests locally because they must pass special flags they're unaware of. For example, to run JupySQL's unit tests, you need to run the following:
Contributors sometimes have issues running tests locally because they must pass special flags they're unaware of. For example, to run JupySQL's unit tests, you need to run the following:
However, many contributors attempt to run:
Which will fail since this will run all tests (including integration tests, which contributors often don't want to run)
I investigated a few options and concluded that our best bet is to ensure that this works on all projects:
And document other alternatives (e.g., how to run integration tests)
see: ploomber/jupysql#335
The text was updated successfully, but these errors were encountered: