8000 Proposal to fix #154 (v2) by dmitry-lipetsk · Pull Request #161 · postgrespro/testgres · GitHub
[go: up one dir, main page]

Skip to content

Proposal to fix #154 (v2) #161

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Dec 10, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
A code style is fixed [flake8]
  • Loading branch information
dmitry-lipetsk committed Dec 9, 2024
commit 5bb1510bdb8a48d84bd2b5ea0c4a20f6951a8edf
1 change: 1 addition & 0 deletions testgres/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,6 @@ class InitNodeException(TestgresException):
class BackupException(TestgresException):
pass


class InvalidOperationException(TestgresException):
pass
0