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

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

parent 5f4d282a
No related branches found
No related tags found
No related merge requests found
Pipeline #53642 failed
......@@ -27,3 +27,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 bash
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