""" Conftest for backend tests. Pure calculation tests (test_tax_calculations.py) import from tax_calculations.py which has no external dependencies, so no stubs are needed. """ import sys import os sys.path.insert(0, os.path.join(os.path.dirname(__file__), ".."))