mlflow / mlflow-go

Repository for the Go-based MLflow Tracking Server
Apache License 2.0
5 stars 4 forks source link

Make tests in `/tests/override_*` files not empty #70

Closed dsuhinin closed 1 month ago

dsuhinin commented 1 month ago

Right now to skip some Python test, we override them in /test/override_* files. It feels better to do not have an empty tests but rather to have a tests without the parts which are actually failing so we still have a good coverage.