raokrutarth / manufacturing-os

A POC distributed operating system for geo-seperated automotive manufacturing
Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

Added sc stage #54

Closed raokrutarth closed 4 years ago

raokrutarth commented 4 years ago

TODO: need to discuss design during bi-weekly sync up

raokrutarth commented 4 years ago
manufacturing-os $ python -m unittest discover -v -s src/ -p "*sc_stage.py"
test_internal_stage_production (test_sc_stage.TestSupplyChainStage) ... DEBUG:root:Item produced: Item(type='door-type-z', id='door-type-z-RWJZX604')
ok
test_invalid_insert_into_inbound (test_sc_stage.TestSupplyChainStage) ... ok
test_valid_insert_into_inbound (test_sc_stage.TestSupplyChainStage) ... ok

----------------------------------------------------------------------
Ran 3 tests in 0.007s

OK