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