source: flex_extract.git/python/pythontest/TestPathes.py @ f9f7b3f

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

set path to grib1 table as global variable; test path

  • Property mode set to 100644
File size: 300 bytes
Line 
1#!/usr/bin/env python
2# -*- coding: utf-8 -*-
3
4import os
5import sys
6import pytest
7
8sys.path.append("../")
9import _config
10
11
12def test_path_vtable():
13    assert os.path.exists(_config.PATH_GRIBTABLE) == 1
14
15def test_file_vtable():
16    assert os.path.isfile(_config.PATH_GRIBTABLE) == 1
17
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG