mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-04-29 10:51:27 +00:00
added more tests for the Assets logic
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user