clarifai-python icon indicating copy to clipboard operation
clarifai-python copied to clipboard

Add test for the local-dev CLI

Open zeiler opened this issue 9 months ago • 0 comments

This CLI https://github.com/Clarifai/clarifai-python/blob/master/clarifai/cli/model.py#L253 for local_dev was added in this PR https://github.com/Clarifai/clarifai-python/pull/568 to make it much easier to bootstrap local dev runners for the first time.

Can you added mocked unit tests for that functionality into tests/cli/test_compute_orchestration.py

Additionally, can you add unit tests for clarifai/utils/config.py to test the variety of config settings possible within the config context?

zeiler avatar May 22 '25 01:05 zeiler