Error handling for http errors; added gitlab-ci

This commit is contained in:
Bryan Bailey
2022-03-14 23:07:50 -04:00
parent a5c0f83cd4
commit 91ff7e0b80
8 changed files with 61 additions and 27 deletions

8
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,8 @@
ruby:
stage: test
script:
- pytest --junitxml report.xml yoink/tests/test_basic.py
artifacts:
when: always
reports:
junit: report.xml