cement/tests/test_init.py

7 lines
149 B
Python
Raw Normal View History

# ensure we don't break imports from cement namespace
2018-03-02 03:23:38 +00:00
def test_import():
2018-03-02 03:23:38 +00:00
from cement import App, Controller, ex, init_defaults # noqa: F401