Coverage for testmodule / __init__.py: 100%
2 statements
« prev ^ index » next coverage.py v7.13.1, created at 2026-01-06 15:51 +0000
« prev ^ index » next coverage.py v7.13.1, created at 2026-01-06 15:51 +0000
1"""A simple test module with basic mathematical operations."""
3from .operations import add2
5__all__ = ["add2"]