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
test_interface.py should test all possible use cases and optional arguments.
For example, right now we only test the default options, and have no way of guaranteeing that the options in extra_kwargs are still working.
Another way to think of this is we want to have near 100% code coverage in our tests.
The text was updated successfully, but these errors were encountered:
test_interface.py should test all possible use cases and optional arguments.
For example, right now we only test the default options, and have no way of guaranteeing that the options in extra_kwargs are still working.
Another way to think of this is we want to have near 100% code coverage in our tests.
The text was updated successfully, but these errors were encountered: