test: 修改单元测试
All checks were successful
Python application test / build (pull_request) Successful in 27s

This commit is contained in:
dqy 2024-04-22 11:51:09 +08:00
parent d9c183fbd8
commit 27ef6c9acc

View File

@ -1,9 +1,6 @@
import unittest
import os
import sys
sys.path.append(os.path.abspath("../detection"))
from backdoor_detection import find_dangerous_functions
from detection.backdoor_detection import find_dangerous_functions
class TestBackdoorDetection(unittest.TestCase):