You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

4
6
5
7
This repository is a **synthetic case study**, not a client project. The bugs, requirements, code, and tests were created specifically for this public demonstration. No customer code or private data is included.
6
8
9
+
**Portfolio:**[All runnable demos](https://github.com/Ryan-Chen9) · [Before and after](#before-and-after) · [See the matching Fiverr service →](https://www.fiverr.com/ryan_chen09/fix-bugs-in-your-python-or-javascript-code-fast)
10
+
7
11
It demonstrates a compact debugging process for two common failures:
8
12
9
13
-**Python:** an order discount is skipped exactly at the qualifying threshold.
The reproduction assertions intentionally confirm the original bad behavior, while the regression assertions verify the corrected behavior. Therefore, a complete test run should pass.
48
59
49
60
## Before and after
@@ -53,6 +64,16 @@ The reproduction assertions intentionally confirm the original bad behavior, whi
53
64
| Python discount boundary | subtotal is exactly `100.00`|`100.00`|`90.00`|
0 commit comments