stac-utils / stactools

Command line utility and Python library for STAC
https://stactools.readthedocs.io/
Other
104 stars 28 forks source link

More pytest - deprecate `CliTestCase` #447

Closed jsignell closed 1 year ago

jsignell commented 1 year ago

Description: This PR switches all the tests to using pytest and deprecates CliTestCase in favor of click.testing.CliRunner.

PR checklist: