IQ.Pilot Prebuilt Release @ 27f668a
This commit is contained in:
8
artifacts/package_runtime/iqdbc/can/tests/__init__.py
Normal file
8
artifacts/package_runtime/iqdbc/can/tests/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import glob
|
||||
import os
|
||||
|
||||
from iqdbc import DBC_PATH
|
||||
|
||||
ALL_DBCS = [os.path.basename(dbc).split('.')[0] for dbc in
|
||||
glob.glob(f"{DBC_PATH}/*.dbc")]
|
||||
TEST_DBC = os.path.abspath(os.path.join(os.path.dirname(__file__), "test.dbc"))
|
||||
Reference in New Issue
Block a user