2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-05 21:20:56 +00:00

Part API test suite now uses test data fixtures

This commit is contained in:
Oliver Walters
2019-05-05 00:15:25 +10:00
parent e2ced18753
commit fcc83ca7c7
2 changed files with 33 additions and 61 deletions

View File

@ -7,6 +7,7 @@
description: Electronic components
parent: null
default_location: 1 # Home
- model: part.partcategory
pk: 2
fields:
@ -14,6 +15,7 @@
description: Resistors
parent: 1
default_location: null
- model: part.partcategory
pk: 3
fields:
@ -21,6 +23,7 @@
description: Capacitors
parent: 1
default_location: null
- model: part.partcategory
pk: 4
fields:
@ -28,6 +31,7 @@
description: Integrated Circuits
parent: 1
default_location: null
- model: part.partcategory
pk: 5
fields:
@ -35,6 +39,7 @@
description: Microcontrollers
parent: 4
default_location: null
- model: part.partcategory
pk: 6
fields:
@ -42,12 +47,14 @@
description: Communication interfaces
parent: 4
default_location: null
- model: part.partcategory
pk: 7
fields:
name: Mechanical
description: Mechanical componenets
default_location: null
- model: part.partcategory
pk: 8
fields: