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 Parameters and ParameterTemplates #107

Closed miggland closed 2 years ago

miggland commented 2 years ago

Adds a few tests for Parameter and ParameterTemplate classes.

While making these tests, I realised that there is no ParameterTemplate.delete() support by the API.

SchrodingersGat commented 2 years ago

@miggland funnily enough I just merged in support for the PartParameterTemplate in the API :)

https://github.com/inventree/InvenTree/pull/3123