Skip to content

Utility Module Tests (utils)

These tests verify the helper functions and utility modules used throughout the application.

Purpose

To ensure that low-level utilities are robust and handle edge cases correctly.

Key Tests

  • Financial Math: Tests interest calculations, day count conventions, and compounding formulas.
  • Datetime Utils: Tests timezone handling and date parsing.
  • Decimal Utils: Tests precision handling for financial amounts.

Running

./dev.sh test utils