Andrew McLeod f99a68a695 feat: Added unit testing for Item Barcodes in item.py
Adds three different barcodes and barcodes types to a test item and
checks that they are added correctly.
Adds a barcode that already exists, and checks a DuplicateEntryError
is raised.
Adds an invalid EAN barcode and checks InvalidBarcode (a subclass of
ValidationError) is raised.
2018-11-16 13:55:55 +00:00
..
2018-03-12 14:12:12 +05:30
2013-12-11 10:43:52 +05:30
2018-08-08 16:37:31 +05:30

Inventory management module.