ngiachou / WalletHero

A hero we all deserve. Tracking your monthly costs was never been so much fun.
GNU General Public License v3.0
0 stars 0 forks source link

Import statement and gitignore fixes #28

Closed ngiachou closed 5 years ago

ngiachou commented 5 years ago

There was some implications with imports. Imports should not be absolute there for the dot notation is used instead as you can see in account.py and transaction.py. However, this breaks the ability to run the file as a standalone to test it. Therefore, we should have a official testing environment which will be explained in another issue.

For the mean time if you want to test something, you should create a file in the root directory of the project and test each module there.

I also added a few more lines in .gitignore so as to have a cleaner git status command.

ngiachou commented 5 years ago

This PR is related to #27

ngiachou commented 5 years ago

Closing since another PR has been merged and new ideas came into the project.