• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

csdms / bmi-example-python / 11407919893

18 Oct 2024 05:05PM UTC coverage: 93.048%. First build
11407919893

push

github

mcflugen
rename tests with _test suffix

174 of 187 relevant lines covered (93.05%)

0.93 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/heat/__init__.py
1
"""Model the diffusion of heat over a 2D plate."""
2
from ._version import __version__
1✔
3
from .bmi_heat import BmiHeat
1✔
4
from .heat import Heat, solve_2d
1✔
5

6
__all__ = ["__version__", "BmiHeat", "solve_2d", "Heat"]
1✔
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc