inventree / inventree-python

Python library for communication with inventree via API
https://docs.inventree.org/en/latest/api/python/python/
MIT License
26 stars 34 forks source link

Add tests for Part functions #153

Closed miggland closed 1 year ago

miggland commented 1 year ago

These tests cover functions not yet tested according to Coveralls

While making tests, I realised that functions getunits() and getSupplierParts() for non-purchaseable parts needed modification.

Goal is to get 100% test coverage for the part.py file

matmair commented 1 year ago

Great initiative @miggland !

SchrodingersGat commented 1 year ago

Nice work, thanks for the contribution :)