2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-13 08:21:26 +00:00

Merge remote-tracking branch 'inventree/master' into simple-qr-codes

This commit is contained in:
Oliver Walters
2021-02-01 12:24:16 +11:00
25 changed files with 2020 additions and 1474 deletions

View File

@ -284,7 +284,8 @@ class StockTest(TestCase):
# Check that a tracking item was added
track = StockItemTracking.objects.filter(item=it).latest('id')
self.assertIn('Stocktake', track.title)
self.assertIn('Counted', track.title)
self.assertIn('items', track.title)
self.assertIn('Counted items', track.notes)
n = it.tracking_info.count()