nspcc-dev/neofs-testcases

Consider using `-v` flag for `neofs-cli`

开放

#765 创建于 2024年3月12日

 (3 条评论) (0 个反应) (0 位负责人)Python (18 个派生)auto 404
I3S3U2enhancementgood first issue

仓库指标

星标
 (4 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

That is verbose for cli. We have it but almost no one uses it and that is why it may be bad. Seems like tests are the place where it may play well. If we have some feedback, we can improve it.

Current Behavior

No steps use -v flag.

Expected Behavior

Use -v flag cause tests are expected to tell us as much info as possible when something is broken.

Possible Solution

Use -v flag. Maybe it can be optional.

Steps to Reproduce

Run tests, see no -v flag.

Context

Recently I really had to push debug prints to the PR to know what was the reason for the failure I faced. -v would answer me immediately.

贡献者指南