Openbravo Issue Tracking System - POS2 | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0053962 | POS2 | POS | public | 2023-11-16 13:56 | 2023-11-17 13:22 |
Reporter | AugustoMauch | ||||
Assigned To | AugustoMauch | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | scheduled | Resolution | open | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Merge Request Status | |||||
Review Assigned To | |||||
OBNetwork customer | |||||
Support ticket | |||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0053962: The quality of many jest unit tests can be improved, replacing dependencies withs mocks | ||||
Description | Wee have identified several cases where a component is very simple (i.e. CashupProcess [1]) but its test requires a lot of setup because it is using the dependencies (both direct and indirect) of the component it is testing, instead of mocking them like they should in unit tests. [1] https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/blob/c78aa8b8c92612072140ef9d21545e355cdd2b40/web-jspack/org.openbravo.pos2/src/components/Cashup/CashupProcess/CashupProcess.jsx [^] [2] https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/blob/c78aa8b8c92612072140ef9d21545e355cdd2b40/web-jspack/org.openbravo.pos2/src/components/Cashup/CashupProcess/__test__/CashupProcess.test.jsx [^] | ||||
Steps To Reproduce | - | ||||
Proposed Solution | Mock dependencies instead of testing the real ones | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2023-11-16 13:56 | AugustoMauch | New Issue | |||
2023-11-16 13:56 | AugustoMauch | Assigned To | => AugustoMauch | ||
2023-11-16 13:56 | AugustoMauch | Triggers an Emergency Pack | => No | ||
2023-11-16 13:56 | AugustoMauch | Status | new => scheduled | ||
2023-11-17 13:22 | hgbot | Note Added: 0157285 |
Notes | |||||
|
|||||
|
|