weaveworks / grafanalib

Python library for building Grafana dashboards
Apache License 2.0
1.86k stars 309 forks source link

Add basic tests for Elasticsearch #589

Open JamesGibo opened 1 year ago

JamesGibo commented 1 year ago

Add tests to check Elasticsearch classes, to check they serialise to JSON https://github.com/weaveworks/grafanalib/blob/main/grafanalib/elasticsearch.py

Tests can be templated from any of the other test files in this folder: https://github.com/weaveworks/grafanalib/tree/main/grafanalib/tests

jimbolimbo13 commented 1 year ago

I can kick this off by making a test for the class I added