test: 修改单元测试
This commit is contained in:
parent
d9c183fbd8
commit
27ef6c9acc
@ -1,9 +1,6 @@
|
|||||||
import unittest
|
import unittest
|
||||||
import os
|
|
||||||
import sys
|
|
||||||
|
|
||||||
sys.path.append(os.path.abspath("../detection"))
|
from detection.backdoor_detection import find_dangerous_functions
|
||||||
from backdoor_detection import find_dangerous_functions
|
|
||||||
|
|
||||||
|
|
||||||
class TestBackdoorDetection(unittest.TestCase):
|
class TestBackdoorDetection(unittest.TestCase):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user