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

TestOsOpsCommon is added [generic os_ops tests]#231

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Changes from1 commit
Commits
Show all changes
11 commits
Select commitHold shift + click to select a range
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
PrevPrevious commit
NextNext commit
TestOsOpsCommon is updated [comments]
  • Loading branch information
@dmitry-lipetsk
dmitry-lipetsk committedApr 2, 2025
commit7680405879ffe77d56ab15535eb1cab6bf146776
8 changes: 4 additions & 4 deletionstests/test_os_ops_common.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -403,7 +403,7 @@ def test_read__binary(self, os_ops: OsOperations):

def test_read__binary_and_encoding(self, os_ops: OsOperations):
"""
TestRemoteOperations::read for binary data and encoding.
TestOsOperations::read for binary data and encoding.
"""
assert isinstance(os_ops, OsOperations)

Expand All@@ -416,7 +416,7 @@ def test_read__binary_and_encoding(self, os_ops: OsOperations):

def test_read_binary__spec(self, os_ops: OsOperations):
"""
TestRemoteOperations::read_binary.
TestOsOperations::read_binary.
"""
assert isinstance(os_ops, OsOperations)

Expand DownExpand Up@@ -452,7 +452,7 @@ def test_read_binary__spec(self, os_ops: OsOperations):

def test_read_binary__spec__negative_offset(self, os_ops: OsOperations):
"""
TestRemoteOperations::read_binary with negative offset.
TestOsOperations::read_binary with negative offset.
"""
assert isinstance(os_ops, OsOperations)

Expand All@@ -463,7 +463,7 @@ def test_read_binary__spec__negative_offset(self, os_ops: OsOperations):

def test_get_file_size(self, os_ops: OsOperations):
"""
TestRemoteOperations::get_file_size.
TestOsOperations::get_file_size.
"""
assert isinstance(os_ops, OsOperations)

Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp