hmsclient icon indicating copy to clipboard operation
hmsclient copied to clipboard

Missing tests

Open Fokko opened this issue 6 years ago • 1 comments

Hi,

I'm confused. From the setup.py I see that it will install pytest for dev/test, but I can't find any tests. Any idea?

https://github.com/gglanzani/hmsclient/blob/master/setup.py#L44-L45

Cheers, Fokko

Fokko avatar May 31 '18 06:05 Fokko

You are correct, no tests are here (yet). I have to wrap my head around on how to efficiently do it with Docker.

However the functionality of the package is extensively tested within Apache Airflow, a project you might have heard (Incubating!).

The biggest difficulty is finding a suitable Docker image for Hive that I can then use to interface with the metastore.

gglanzani avatar May 31 '18 07:05 gglanzani