source: flex_extract.git/Source/Pythontest/_config_test.py @ 8028176

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

updated unit tests

  • Property mode set to 100644
File size: 1.6 KB
RevLine 
[76c37a9]1#!/usr/bin/env python3
[96e1533]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:
[8028176]12    (C) Copyright 2014-2020.
[96e1533]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
[76c37a9]29sys.path.append('../Python')
[96e1533]30import _config
31
32# ------------------------------------------------------------------------------
33# FILENAMES
34# ------------------------------------------------------------------------------
35
36
37# ------------------------------------------------------------------------------
38# DIRECTORY NAMES
39# ------------------------------------------------------------------------------
[76c37a9]40TEST_DIR = 'Testing/Regression/Unit'
[96e1533]41TESTFILES_DIR = 'Testfiles'
[3946de5]42TESTINSTALL_DIR = 'InstallTar'
[96e1533]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)
[3946de5]48PATH_TESTINSTALL_DIR = os.path.join(PATH_TEST_DIR, TESTINSTALL_DIR)
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG