ImperialCollegeLondon / safedata_validator

Python tools to validate and publish datasets using the safedata metadata format.
https://safedata-validator.readthedocs.io/
MIT License
2 stars 4 forks source link

Add more local testing of the entry points #110

Open davidorme opened 6 months ago

davidorme commented 6 months ago

We should extend the new test_entry_points module to add some simple validation of at least the local subcommands.

This is a more easily achievable subset of #57, which is more targeted at mocking responses from remote stuff to check the whole workflow functions as expected.

davidorme commented 6 months ago

Some work doing this in #109