Okay, so I’ve managed to troubleshoot the errors out of my code over the past couple of hours, but now I’m running into an issue with this project. My problem comes specifically from the “test_create_spend_chart” test. When the Repl.it runs, the code in the main.py calls the spend chart function and it runs/prints correctly. When I run the code independently on my machine, it runs/prints correctly as well. However, when it gets to the test code, it formats like this:
Okay, so the reason it’s spitting some lines out multiple times is because those are the ones where errors are at? That makes sense. I thought my code was just outputting it looking like that, and it made no sense to me. I can figure it out from there, thanks!
Something like this: AssertionError:
'Perc[193 chars] o o\n ----------\n B F E \n [181 chars] t ’ != 'Perc[193 chars] o o \n ----------\n B F E \n [181 chars] t ’ you must compare both to see the error.