Skip to content

vanandrew/jamb

Repository files navigation

CI codecov PyPI - Version PyPI - Python Version PyPI - License Docs

jamb

IEC 62304 requirements traceability for pytest.

jamb links your pytest tests to requirements, generating traceability matrices for regulatory submissions. It's designed for medical device software and other regulated industries where you need to prove every requirement has been tested.

Installation

pip install jamb

Quick Example

# Initialize a project with IEC 62304 documents
jamb init

# Add and link requirements
jamb item add SRS
jamb item edit SRS001
jamb link add SRS001 SYS001
import pytest

@pytest.mark.requirement("SRS001")
def test_valid_credentials():
    assert authenticate("admin", "secret") is True
# Generate traceability matrix
pytest --jamb --jamb-trace-matrix matrix.html

Documentation

Full documentation is available at jamb.readthedocs.io.

About

IEC 62304 requirements traceability for pytest

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Contributors

Languages