amarao: (Default)
[personal profile] amarao

Невиданная глубина контекста, говорят они...

Вот вам контекст: поменяй patch на object.patch, из

@patch(
    "foo.ahci.get_ahci_pds_info",
    MagicMock(side_effect=parse_json_file("expected_data/AHCI/pds_info2.json")),
)

в

@patch.object(
    ahci, "get_ahci_pds_info",
    MagicMock(side_effect=parse_json_file("expected_data/AHCI/pds_info2.json")),
)

И так для всех моков.

Кажется, тривальная задача. Но во-первых хрен ты AI это объяснишь, а во вторых всё перепутает.

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

Profile

amarao: (Default)
amarao

May 2026

S M T W T F S
     12
3 4 567 89
101112 13141516
17181920 2122 23
242526 27 2829 30
31      

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated May. 31st, 2026 04:10 am
Powered by Dreamwidth Studios