jsondict/tests/test_import.py

12 lines
222 B
Python
Raw Normal View History

2018-01-28 10:44:03 +00:00
# -*- coding: utf-8 -*-
import os
import sys
sys.path.insert(0, os.path.abspath('..'))
from jsondict import JsonDict # noqa
# pylint: disable=unused-import,unused-variable
def test_import():
_ = JsonDict() # noqa