Metadata-Version: 2.4
Name: bsb-test
Version: 7.0.3
Summary: Helpers for better and more complete tests for component developers of the BSB framework.
Author-email: Robin De Schepper <robin@alexandria.sc>, Dimitri Rodarie <dimitri.rodarie@unipv.it>
Requires-Python: >=3.10,<4
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
License-File: LICENSE
Requires-Dist: bsb-core~=7.0

[![Build Status](https://github.com/dbbs-lab/bsb/actions/workflows/main.yml/badge.svg)](https://github.com/dbbs-lab/bsb/actions/workflows/main.yml)
[![Documentation](https://readthedocs.org/projects/bsb-test/badge/?version=latest)](https://bsb-test.readthedocs.io/en/latest/?badge=latest)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)


# bsb-test

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

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

Comprehensive documentation is available at:

* [BSB Documentation](https://bsb.readthedocs.io/en/latest)
* [bsb-test Documentation](https://bsb-test.readthedocs.io/en/latest)
