SeQuenC-Consortium / qunicorn-core

The core component of the Unification Layer
https://qunicorn-core-enpro.readthedocs.io/en/dev-main/
Apache License 2.0
2 stars 1 forks source link

Setup testing framework #21

Closed obstjn closed 4 months ago

obstjn commented 11 months ago

Context

Flask provides utilities for testing an application (Flask Documentation).

Problem

As a Developer I want to ensure that the code changes don't break existing functionalities. Ensure this by setting up a testing framework focusing on unit tests.

Requirements

KuhnMn commented 11 months ago

Solved as part of #19