Stewart86 / roadtaxTracker

CRUD operation for a fleet of vehicle in Singapore to ease roadtax renewal
MIT License
8 stars 35 forks source link

Test for refactoring view #40

Closed BuerJeanMaxime closed 7 months ago

BuerJeanMaxime commented 7 months ago

Before refactoring the way is done the tkinter app, because it's all procedural and it'll be better to take a more POO way of thinking, I had to create a lot of tests to make that I don't break everuthing. I want to merge my branch into master to be able to do the refactor in times. First, we write some test and then I refactor the code. So this PR is the first step.

Stewart86 commented 7 months ago

🙏🏽 thank you so much! some test should really be helpful

BuerJeanMaxime commented 7 months ago

🙏🏽 thank you so much! some test should really be helpful

Your're welcome, it's was my pleasure, I really wanted to learn more about tkinter ^^