You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
im always frustrated when i need to realize which cases are not covered, which are covered, and whether their expectations are correct. Some NeoFS services can have many possible settings. Object SearchV2 is one of them
currently, to do this, i need to go to a specific .py file and integrate the code
Describe the solution you'd like
have a text file with list of tests. Refer test funcs in code to them
for example, for SearchV2, each item describes:
what data is prestored
what is being requested
what response is expected
CLI cmd to make the request (*)
(*) this will make it easier to understand whether the cmd matches the request, and if so, to reproduce it
Describe alternatives you've considered
write the same info in comments to test functions in source code. Will still require to surf .py files, but better than nothing
Is your feature request related to a problem? Please describe.
im always frustrated when i need to realize which cases are not covered, which are covered, and whether their expectations are correct. Some NeoFS services can have many possible settings. Object SearchV2 is one of them
currently, to do this, i need to go to a specific
.py
file and integrate the codeDescribe the solution you'd like
have a text file with list of tests. Refer test funcs in code to them
for example, for SearchV2, each item describes:
(*) this will make it easier to understand whether the cmd matches the request, and if so, to reproduce it
Describe alternatives you've considered
write the same info in comments to test functions in source code. Will still require to surf .py files, but better than nothing
Additional context
The text was updated successfully, but these errors were encountered: