Glossary

Happy path

normal, expected input: ```python def test_gross_margin_standard_case(): assert calculate_gross_margin(100_000, 65_000) == 0.35 ```

Learn More

Related Terms