openownership / data-standard

The Beneficial Ownership Data Standard (BODS) is an open standard providing a specification for modelling and publishing information on the beneficial ownership and control of corporate vehicles
http://standard.openownership.org
Other
63 stars 13 forks source link

Tests: check for missing files in expected_errors, fixes #657 #659

Closed rhiaro closed 7 months ago

rhiaro commented 7 months ago

Overview

Checks for files listed in expected_errors.csv that aren't present on disc

Run the tests, add a stray line to expected_errors.csv or change the spelling of a filename in an existing line, and see failing tests.

Closes #657