Files
KomGrabber/tests/test_aria.py
2025-02-27 22:41:38 +01:00

8 lines
125 B
Python

import os
from src.download import Download
def test_Download():
dl = Download({})
assert dl.check_aria2() == True