cement/tests/test_init.py
2018-03-01 21:23:38 -06:00

7 lines
149 B
Python

# ensure we don't break imports from cement namespace
def test_import():
from cement import App, Controller, ex, init_defaults # noqa: F401