Skip to content
Snippets Groups Projects
Commit b9223f18 authored by Andreas Valder's avatar Andreas Valder
Browse files

added sinf tests

parent ef1d3e4b
No related branches found
No related tags found
No related merge requests found
...@@ -9,9 +9,19 @@ unittest: ...@@ -9,9 +9,19 @@ unittest:
- python3 -m coverage run tests.py - python3 -m coverage run tests.py
- python3 -m coverage report --include "./*" - python3 -m coverage report --include "./*"
- python3 -m coverage report -m --include "./*" > report.txt - python3 -m coverage report -m --include "./*" > report.txt
- python3 -m coverage --include "./*" html - python3 -m coverage html --include "./*"
artifacts: artifacts:
paths: paths:
- htmlcov/* - htmlcov/*
- .coverage - .coverage
- report.txt - report.txt
\ No newline at end of file
livetest:
image: debian:stretch
stage: test
script:
- apt update
- apt install -y python3 python3-requests
- python3 -V
- uname -a
- ./tests/urlcheck_sinf.py
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment