chore: saving the wip state

This commit is contained in:
2025-04-29 18:09:11 +03:00
parent dd9f538bb4
commit a0b066cefe
6 changed files with 372 additions and 247 deletions

View File

@@ -6,4 +6,4 @@ import pytest
@pytest.fixture(autouse=True)
def no_network_requests(monkeypatch):
monkeypatch.setattr('subprocess.run', mock.Mock())
monkeypatch.setattr("subprocess.run", mock.Mock())