Skip to content
Snippets Groups Projects
Tulio Ruiz's avatar
Tulio Ruiz authored
As we are migrating to vxci as first step to deprecate deployv thie repository is no longer needed
b0f6eac3
History

Overview

docs Documentation Status
tests


package

DEPRECATION WARNING

THIS REPOSITORY HAVE BEEN DEPRECATED AND IS IN READ ONLY MODE

IF YOU WANT TO REPORT AN ISSUE O REQUEST A FEATURE FIRST CHANGE THE CI FILE TO USE VXCI INSTEAD OF GITLAB-TOOLS FOLLOW THE TEMPLATE:

https://git.vauxoo.com/vauxoo/project-template

THEN TEST TO SEE IF THE ISSUE PERSIST, IF SO REPORT IT HERE:

https://git.vauxoo.com/devops/vxci/-/issues

Gitlab tools

Deployv addon: Gitlab tools. Generated by cookiecutter and cookiecutter-deploy-addon.

A small set of tools to automate repetitive tasks for testing gitlab repositories.

It is important to say that this is not by any mean a replacement for the MQT tools, these are tools that we need in order to make gitlab-ci work properly with the MQT tools.

  • Free software: BSD license

Installation

pip install deployv-addon-gitlab-tools

Documentation

https://deployv-addon-gitlab-tools.readthedocs.io/

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox