source: flex_extract.git/source/pythontest/_config_test.py @ 96e1533

ctbtodev
Last change on this file since 96e1533 was 96e1533, checked in by Anne Philipp <anne.philipp@…>, 5 years ago

redefined test data dir and completed unittests for tools module

  • Property mode set to 100644
File size: 1.5 KB
Line 
1#!/usr/bin/env python
2# -*- coding: utf-8 -*-
3'''
4*******************************************************************************
5 @Author: Anne Philipp (University of Vienna)
6
7 @Date: August 2018
8
9 @Change History:
10
11 @License:
12    (C) Copyright 2014-2018.
13
14    This software is licensed under the terms of the Apache Licence Version 2.0
15    which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
16
17 @Description:
18    Contains constant value parameter for flex_extract.
19
20*******************************************************************************
21'''
22
23# ------------------------------------------------------------------------------
24# MODULES
25# ------------------------------------------------------------------------------
26import os
27import sys
28
29sys.path.append('../python')
30import _config
31
32# ------------------------------------------------------------------------------
33# FILENAMES
34# ------------------------------------------------------------------------------
35
36
37# ------------------------------------------------------------------------------
38# DIRECTORY NAMES
39# ------------------------------------------------------------------------------
40TEST_DIR = 'test'
41TESTFILES_DIR = 'Testfiles'
42
43# ------------------------------------------------------------------------------
44#  PATHES
45# ------------------------------------------------------------------------------
46PATH_TEST_DIR = os.path.join(_config.PATH_FLEXEXTRACT_DIR, TEST_DIR)
47PATH_TESTFILES_DIR = os.path.join(PATH_TEST_DIR, TESTFILES_DIR)
48
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG