An open API service indexing awesome lists of open source software.

https://github.com/simonsobs/nextline-test-utils

A collection of test utilities for Nextline backend development
https://github.com/simonsobs/nextline-test-utils

nextline

Last synced: about 1 year ago
JSON representation

A collection of test utilities for Nextline backend development

Awesome Lists containing this project

README

          

# Nextline Test Utils

[![PyPI - Version](https://img.shields.io/pypi/v/nextline-test-utils.svg)](https://pypi.org/project/nextline-test-utils)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/nextline-test-utils.svg)](https://pypi.org/project/nextline-test-utils)

[![Test Status](https://github.com/simonsobs/nextline-test-utils/actions/workflows/unit-test.yml/badge.svg)](https://github.com/simonsobs/nextline-test-utils/actions/workflows/unit-test.yml)
[![Test Status](https://github.com/simonsobs/nextline-test-utils/actions/workflows/type-check.yml/badge.svg)](https://github.com/simonsobs/nextline-test-utils/actions/workflows/type-check.yml)
[![codecov](https://codecov.io/gh/simonsobs/nextline-test-utils/branch/main/graph/badge.svg)](https://codecov.io/gh/simonsobs/nextline-test-utils)

A collection of test utilities for the development of Nextline backend server and plugins.

---