Metadata-Version: 2.3
Name: bsb-test
Version: 4.2.2
Summary: Helpers for better and more complete tests for component developers of the BSB framework.
Author-email: Robin De Schepper <robingilbert.deschepper@unipv.it>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Requires-Dist: bsb-core~=5.0
Requires-Dist: bsb-test[test] ; extra == "dev"
Requires-Dist: build~=1.0 ; extra == "dev"
Requires-Dist: twine~=4.0 ; extra == "dev"
Requires-Dist: pre-commit~=3.5 ; extra == "dev"
Requires-Dist: black~=24.1.1 ; extra == "dev"
Requires-Dist: isort~=5.12 ; extra == "dev"
Requires-Dist: snakeviz~=2.1 ; extra == "dev"
Requires-Dist: bump-my-version~=0.24 ; extra == "dev"
Requires-Dist: bsb-core[parallel] ; extra == "test"
Requires-Dist: bsb-hdf5~=5.0 ; extra == "test"
Requires-Dist: coverage~=7.0 ; extra == "test"
Provides-Extra: dev
Provides-Extra: test

[![Build Status](https://github.com/dbbs-lab/bsb-test/actions/workflows/main.yml/badge.svg)](https://github.com/dbbs-lab/bsb-test/actions/workflows/main.yml)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

# bsb-test

bsb-test is a plugin of the [BSB](https://github.com/dbbs-lab/bsb) (see also 
[bsb-core](https://github.com/dbbs-lab/bsb-core)). 
It contains configurations and tools to test BSB code.

> [!IMPORTANT]
> To use with `pytest`, add the `-p no:threadexception` flag.

