lchenn / py-grpc-prometheus

Python gRPC Prometheus
Apache License 2.0
48 stars 25 forks source link

Migration to pytest for integration test #19

Closed RyanSiu1995 closed 3 years ago

RyanSiu1995 commented 3 years ago

The current approach in testing is not automated and deterministic enough. I will try to move the testing to pytest in order to support the CI tooling.

lchenn commented 3 years ago

I think this has been resolved. Thanks for making the changes, @RyanSiu1995