initial commit
This commit is contained in:
7
tests/test_aria.py
Normal file
7
tests/test_aria.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import os
|
||||
from src.download import Download
|
||||
|
||||
|
||||
def test_Download():
|
||||
dl = Download({})
|
||||
assert dl.check_aria2() == True
|
||||
Reference in New Issue
Block a user