Source code for pycartool.tests.test_sef
# -*- coding: utf-8 -*-
# Authors: Victor Férat <victor.ferat@live.fr>
#
# License: BSD (3-clause)
import os
from ..io.sef import read_sef, write_sef
dir_path = os.path.dirname(os.path.realpath(__file__))
data_path = os.path.join(dir_path, "data")
datasef = os.path.join(data_path, "sample-sef.sef")