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

Fix getting test key #221

Closed miggland closed 5 months ago

miggland commented 5 months ago

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

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

SchrodingersGat commented 5 months ago

Thanks @miggland