CABLE-LSM / meorg_client

API Client for ModelEvaluation.org.
Apache License 2.0
0 stars 1 forks source link

20 set up cli #21

Closed bschroeter closed 1 month ago

bschroeter commented 1 month ago

Added some testing around the CLI using click.testing, which raised the issue around using print() for the command line.

We should be using click.echo instead, in order to be able to adequately catch things in the testing harness.

This is about as far as we can go until ME.org fixes their server-side issue with uploads, I'll add some further issues for the remaining steps.