Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite5948ec

Browse files
Merge branch 'master' into D20250316_001--altlinux_10
2 parents378f967 +25c6a2f commite5948ec

File tree

5 files changed

+525
-6
lines changed

5 files changed

+525
-6
lines changed

‎.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
dist/
66
build/
77
docs/build/
8+
logs/
89

910
env/
1011
venv/

‎pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[pytest]
2-
testpaths =["./tests","./testgres/plugins/pg_probackup2/pg_probackup2/tests"]
2+
testpaths = teststestgres/plugins/pg_probackup2/pg_probackup2/tests
33
addopts = --strict-markers
44
markers =
55
#log_file = logs/pytest.log

‎testgres/operations/os_ops.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ def isdir(self, dirname):
108108
defget_file_size(self,filename):
109109
raiseNotImplementedError()
110110

111+
defremove_file(self,filename):
112+
asserttype(filename)==str# noqa: E721
113+
raiseNotImplementedError()
114+
111115
# Processes control
112116
defkill(self,pid,signal):
113117
# Kill the process

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp