import fix for some helpers and steps #12
No reviewers
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-testcases#12
Loading…
Reference in a new issue
No description provided.
Delete branch "EliChin/fix/import"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Some imports were not full and resulted in run failures (at least, in VSCode).
I would suggest maintaining a single style: from ... import ....
from pytest_tests.steps import s3_gate_bucket
Agreed
Done