Skip to content
Snippets Groups Projects
Commit 449bd5f1 authored by Thibault Debatty's avatar Thibault Debatty
Browse files

fix gitlab tests

parent 9dd25035
No related branches found
No related tags found
No related merge requests found
Pipeline #10396 passed
......@@ -9,14 +9,14 @@ test:pylint:
image: python:3.10
script:
- pip install pylint --quiet
- pylint --fail-under=8 --ignored-classes=_socketobject *.py
- pylint --fail-under=8 --ignored-classes=_socketobject src/dokos/*.py
## https://cylab.be/blog/44/easy-testing-with-python-doctest-and-gitlab
test:doctest:
stage: test
image: python:3.10
script:
- python -m doctest -v dokos.py
- python -m doctest -v src/dokos/dokos.py
release:
stage: release
......
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