added more tests for the Assets logic

This commit is contained in:
bigcat88
2025-09-13 21:12:33 +03:00
parent 9b8e88ba6e
commit 4a713654cd
9 changed files with 557 additions and 32 deletions

View File

@@ -3,6 +3,7 @@ import contextlib
import json
import os
import socket
import subprocess
import sys
import tempfile
import time
@@ -12,7 +13,6 @@ from typing import AsyncIterator, Callable, Optional
import aiohttp
import pytest
import pytest_asyncio
import subprocess
def pytest_addoption(parser: pytest.Parser) -> None: