inventree / inventree-python

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

Fix getting test key #221

Closed miggland closed 6 months ago

miggland commented 6 months ago

From StockItemTestResult, go via PartTestTemplate. Try to use defined key first.

(Previously, getting 'self.test' in StockItemTestResult would fail)

SchrodingersGat commented 6 months ago

Thanks @miggland