mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-13 08:21:26 +00:00
Display testing status for a stock item
This commit is contained in:
@ -456,11 +456,5 @@ class TestResultTest(StockTest):
|
||||
test='sew cushion',
|
||||
result=True
|
||||
)
|
||||
|
||||
results = item.testResultMap()
|
||||
|
||||
for key in results.keys():
|
||||
result = results[key]
|
||||
|
||||
self.assertTrue(item.passedAllRequiredTests())
|
||||
|
||||
|
Reference in New Issue
Block a user