source: flex_extract.git/source/pythontest/TestEcFlexpart.py @ 25b14be

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

changed whole tree structure of flex_extract to have better overview

  • Property mode set to 100644
File size: 852 bytes
Line 
1#!/usr/bin/env python
2# -*- coding: utf-8 -*-
3
4
5import sys
6import pytest
7
8sys.path.append('../python')
9from classes.EcFlexpart import EcFlexpart
10
11class TestEcFlexpart():
12    '''
13    '''
14
15    def test_init(self):
16        # create an instance of EcFlexpart and get a dictionary of the
17        # class attributes, compare this dict with an expected dict!
18        assert True == True
19
20    def test_write_namelist(self):
21        # simple
22        assert True == True
23
24    def test_retrieve(self):
25        # not sure how to check
26        assert True == True
27
28
29# these functions should test the output and compare the results with an output
30# of the old version and check if there are no differences!!!
31# also check for errors?! Or check if it works for alle datasets and private public etc
32
33    #    - process_output
34    #    - create
35    #    - deacc_fluxes
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG