eto-ai / rikai

Parquet-based ML data format optimized for working with unstructured data
https://rikai.readthedocs.io/en/latest/
Apache License 2.0
136 stars 19 forks source link

Consolidate `tests/conftest.py` and `tests/spark/conftest.py` #611

Open eddyxu opened 2 years ago

eddyxu commented 2 years ago

Both of them are initialize spark and register models.

And some of models are just used once from mlflow. Lets consolidate the conftest code.

da-liii commented 2 years ago

With DummyRegistry, many unit tests which are using MLflowRegistry but are not actually testing MLflow registry itself could be refactored.