Bartek Grzybowski | 157b14a | 2020-02-04 15:09:29 +0100 | [diff] [blame^] | 1 | import sys |
2 | sys.path.append('./') | ||||
3 | |||||
4 | import vcpecommon | ||||
5 | import config_sdnc_so | ||||
6 | import csar_parser | ||||
7 | import preload | ||||
8 | import sdcutils | ||||
9 | import soutils | ||||
10 | import vcpe_custom_service | ||||
11 | import vcpecommon | ||||
12 | |||||
13 | # This will test whether all modules that vcpe scripts leverage | ||||
14 | # are included in setuptools configuration | ||||
15 | |||||
16 | def test_imports(): | ||||
17 | pass |