exasol / transformers-extension

An Exasol extension for using state-of-the-art pretrained machine learning models via the Hugging Face Transformers API.
MIT License
2 stars 2 forks source link

Use standalone UDF mock for test_model_downloader_udf unit test #117

Open tkilias opened 1 year ago

tkilias commented 1 year ago

Currently, the test_model_downloader_udf.py unit tests uses the non-standalone UDF mock in standalone fashion. However, this requires several workarounds. The issue https://github.com/exasol/udf-mock-python/issues/33 will improve the UDF mock, such that we can remove the workarounds.