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
feat: accept DatasetListItem where DatasetReference is accepted (#597)
* split out and pytestify list_tables tests.
Also, exercise dataset polymorphism in some of the tests.
* list_tables now accepts DatasetListItem objects
* Get coverage to 100%
But why do we run coverage on test code?
* lint
* Update exception text for DatasetListItem
* Bypass opentelemetry tracing in unit tests.
* Got rid of opentelemetry tracing checks. They aren't needed.
* abstracted dataset-argument handling
And applied it to `list_tables` and `list_models`.
* Converted list_model tests to pytest and included check for dataset polymorphism
* removed unneeded blanl lines.
* Made list_routines accept DatasetListItem
and conveted list_routines tests to pytest.
* create_dataset accepts DatasetListItem
Also converted create_dataset tests to pytest.
(And fixed some long lines.)
* Converted list_routine tests to pytest
* include string dataset representation in dataset polymorphism.
* removed some unused imports
* Updated delete_dataset tests
- Polymorphoc on dataset
- pytest
* black
* lint
* We don't actually need to avoid opentelemetry
And a 3.6 test dependened on it.
* fixed docstrings to include DatasetListItem in dataset polymorphic APIs.
0 commit comments