arrobalytics / django-ledger

Django Ledger is a double entry accounting system built on the Django Web Framework.
https://www.djangoledger.com
GNU General Public License v3.0
997 stars 219 forks source link

Update test code and add Purchase Order test #138

Closed Lianto2020 closed 1 year ago

Lianto2020 commented 1 year ago

I made some changes to codes related with testing so it will pass the tests. Also add some testing for Purchase Order.

I stumbled a few times with 'assertNumQueries'. The expected number of queries changes as i update my source code through the latest commits.

elarroba commented 1 year ago

Hello @Lianto2020 , thank you for your patience. I will start reviewing your pull request. I appreciate your contribution!