[#344] Make user fixture parametrized to allow dedicated user creation #344
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#344
Loading…
Reference in a new issue
No description provided.
Delete branch "abereziny/frostfs-testcases:feature-update-tests-for-new-release"
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?
948978fbeb
to0f97b4ff06
0f97b4ff06
to4eef2f2437
@ -470,3 +496,2 @@
@pytest.fixture(scope="session")
def default_wallet(default_user: User) -> WalletInfo:
return default_user.wallet
def default_wallet(wallet) -> WalletInfo:
wallet: WalletInfo
Yea, forgot about this, thx. This will be removed soon anyway :)