Skip to content
Snippets Groups Projects
Commit 1f32375e authored by Florian Ziemen's avatar Florian Ziemen
Browse files

Move unit tests into sub-dir and anchor them in the gitlab CI.

parent 332f8cee
Branches basic_dataset
No related tags found
1 merge request!2draft: Basic dataset
Pipeline #53659 passed
......@@ -15,3 +15,5 @@ run_pre_commit_hooks:
- apk add --repository https://dl-cdn.alpinelinux.org/alpine/edge/main rust cargo
- python3 -m pip install pre-commit
- pre-commit run --all-files
- pip install -r requirements.txt
- ./run_unit_tests
#!/usr/bin/env sh
export PYTHONPATH=$(pwd):$PYTHONPATH
python -m unittest unit_tests/test_*.py
\ No newline at end of file
File moved
File moved
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