Add tests for common.util.time
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-01-05 11:52:50 +01:00
parent fd7fc7c710
commit c57f969a00
5 changed files with 141 additions and 2 deletions

View File

@ -1,9 +1,14 @@
---
kind: pipeline
type: docker
name: build image
name: default
steps:
- name: test
image: python:3.10
commands:
- "poetry install"
- "pytest"
- name: build container
image: plugins/docker
settings: