Budget App project issue with test module

Hello, I noticed the test_module.py has issue with the last test. The category “food” deposit 900 and withdraw 105.55. The percentage spent in food is 11.73 (approx 10%), but the test expects 70%. Same with “entertainment”: deposit 900, withdraw 33.40, spent = 3.71% (approx 0%) and the test expects 20%.

Take a closer look at the specification of function printing chart. It is not expected to use withdraws from category to deposits to category as a value on chart.

You are right, I got confused in the reading, thanks

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.