line / promgen

Promgen is a configuration file generator for Prometheus
https://line.github.io/promgen/
MIT License
1.04k stars 150 forks source link

[INTERNAL] Migrate more tests to use fixtures #418

Closed kfdm closed 1 year ago

kfdm commented 1 year ago

Previously we had several tests that used the Django ORM to populate data. Using fixtures should give us more reproducible test.