Skip to content
Snippets Groups Projects
test_import_ddg4.py 273 B
#!/usr/bin/env python
"""
Some imports to make sure that the DD4hep environment is complete.
This file adds a test for the DDG4 python module.
"""

from __future__ import absolute_import
from test_import import test_module


def test_module_ddg4():
    test_module('DDG4')