MobilityData / mobility-feed-api

Apache License 2.0
8 stars 3 forks source link

Testing improvement: Verify the validation report fields #485

Open jcpitre opened 2 weeks ago

jcpitre commented 2 weeks ago

Describe the problem

In #448 we did a survey of missing automatic tests for the API. Here is one of these tests:

Verify that all validation reports fields are correct vs the actual validation report.

Proposed solution

This is probably better done in the integration tests with real data. It involves downloading the actual json report and comparing with the values retuned by the API.

Alternatives you've considered

No response

Additional context

No response