FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 49e1d1cd authored by L. Bower's avatar L. Bower
Browse files

test restructuring

parent 5eb92fe3
No related branches found
No related tags found
No related merge requests found
......@@ -47,12 +47,13 @@ before_script:
- coordinator_tests=$CI_PROJECT_DIR/tests
- export PYTHONPATH=$PYTHONPATH:$flagdir:$epimodel:$advisory:$met_processing:$met_processor:$plotting:$source_gen:$post_processing:$coordinator:$coordinator_tests
test:
script:
- echo $PYTHONPATH
- python3 -m unittest tests/unit/coordinator/example_test.py
- cd $CI_PROJECT_DIR/tests/integration
- ls ../
test:
script:
- python3 -m unittest test_deposition.py
- python3 -m unittest test_env_suit.py
- python3 -m unittest test_survey.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment