Reports, chart wip

This commit is contained in:
Rachid Mrad 2024-02-29 13:58:33 -05:00
parent f8a95564a9
commit 0a174e5d29
No known key found for this signature in database
12 changed files with 498 additions and 140 deletions

View file

@ -542,7 +542,7 @@ class ExportDataTest(MockEppLib):
are pulled when the growth report conditions are applied to export_domains_to_writed.
Test that ready domains are sorted by first_ready/deleted dates first, names second.
We considered testing export_data_growth_to_csv which calls write_body
We considered testing export_data_domain_growth_to_csv which calls write_body
and would have been easy to set up, but expected_content would contain created_at dates
which are hard to mock.