initial commit, work in progress

Signed-off-by: Jan Heise <heise@dresearch.de>
This commit is contained in:
Jan Heise
2022-04-14 16:12:51 +02:00
commit 99ae801d87
9 changed files with 76 additions and 0 deletions

18
test/data/__init__.py Normal file
View File

@@ -0,0 +1,18 @@
# -*- coding: utf-8 -*-
"""
Schneider Intercom IXC
======================
Test data
.. moduleauthor:: Jan Heise <heise@dresearch.de>
"""
__copyright__ = 'Copyright (C) 2015-2022 DResearch Digital Media Systems GmbH'
__revision__ = ''
__docformat__ = 'reStructuredText'
import os
# Defines the directory for the test data
TEST_DATA_DIR = os.path.dirname(__file__)

Binary file not shown.