grafana / grafonnet

Jsonnet library for generating Grafana dashboards.
https://grafana.github.io/grafonnet/
Apache License 2.0
352 stars 19 forks source link

feat: add initial framework for unit tests #29

Closed Duologic closed 1 year ago

Duologic commented 1 year ago

This PR adds a framework to write jsonnet unit tests in test/ and adds a make target make test to run the tests.

This PR also incldues small refactor on grafonnet-base/ a bit to facilitate for easier unit testing.