test: 修改单元测试
All checks were successful
Python application test / build (pull_request) Successful in 27s
All checks were successful
Python application test / build (pull_request) Successful in 27s
This commit is contained in:
parent
d9c183fbd8
commit
27ef6c9acc
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user