aboutsummaryrefslogtreecommitdiffstats
path: root/test/vcpe/tests/test_imports.py
blob: fee8507dc6c324c829c300996204fa0b416619e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import sys
sys.path.append('./')

import vcpecommon
import config_sdnc_so
import csar_parser
import preload
import sdcutils
import soutils
import vcpe_custom_service
import vcpecommon

# This will test whether all modules that vcpe scripts leverage
# are included in setuptools configuration

def test_imports():
  pass