testsuites

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge branch 'DEN-5830_AlarmDesign'

DEN-5757: Code Coverage

- Fixed ConfirmPrimingBegin

    • -28
    • +14
    /tst_ConfirmPrimingBegin/test.py
DEN-5757: Code Coverage

- Fixed Create Treatment

DEN-5838: Code Review 0

DEN-5838: Code Review 0

Code Review Objective Evidence Generator

DEN-5836: Code Coverage

- 99.979% (4826/4827)

DEN-5835: Integration Testing

- removed the commented out part of the test code for Priming.

    • -16
    • +16
    /tst_ConfirmPrimingBegin/test.py
DEN-5835: Integration Testing

- Completing the Alarm Status

- Removing the Alarm Color which has been covered in the AlarmStatus in bigger area.

DEN-5836: Code Coverage

99.297% (4799/4833)

    • -0
    • +6
    /tst_AlarmStatusData/verificationPoints/VP1
    • -1
    • +0
    /tst_Treatment_Adjustment_Heparin/test.py
    • -1
    • +1
    /tst_Treatment_Adjustment_Ultrafiltration/test.py
DEN-5836: Code Coverage

- Make the tests work with the application just to be able to start the testing.

- Currently the coverage is at 98.634% (4767/4833)

    • -23
    • +31
    /tst_ConfirmPrimingBegin/test.py
DEN-4865: Added tests for code coverage

    • -0
    • +10
    /tst_AlarmFlags/config.xml
    • -0
    • +87
    /tst_AlarmFlags/test.py
    • -0
    • +10
    /tst_AlarmSilence/config.xml
    • -0
    • +93
    /tst_AlarmSilence/test.py
DEN-4865: Fixed tests that were failing.

DEN-4865: Ensure compatibility with latest dialin

    • -2
    • +2
    /tst_Treatment_Adjustment_Heparin/test.py
    • -3
    • +3
    /tst_Treatment_Adjustment_Pressures/test.py
DEN-4865: Ensure compatibility with latest dialin

    • -284
    • +284
    /tst_TreatmentStatesData/test.py
    • -19
    • +18
    /tst_Treatment_Adjustment_Heparin/test.py
    • -5
    • +6
    /tst_Treatment_Adjustment_Pressures/test.py
Merge master into DEN-5638-squish-migration

    • -0
    • +99
    /simulator/plugins/heparin/loader.py
    • -0
    • +106
    /simulator/plugins/salinebolus/loader.py
    • -0
    • +90
    /simulator/plugins/treatmentranges/loader.py
    • -0
    • +69
    /simulator/plugins/treatmentstates/loader.py
    • -0
    • +148
    /simulator/plugins/ultrafiltration/loader.py
    • -167
    • +319
    /tst_TreatmentStatesData/test.py
    • -1
    • +1
    /tst_Treatment_Adjustment_Ultrafiltration/test.py
    • -5
    • +5
    /tst_Treatment_PressureOcclusion/test.py
Merge branch 'DEN-5751_Pre-TreatmentUltrafiltration' into 2020_EOY_DEMO

DEN-5754: Implementation

- added the message id 80 for pTx uf adj rsp.

Merge branch 'DEN-5830_AlarmDesign' into 2020_EOY_DEMO

DEN-5833: Implementation

- Added a Condition to test the message 63 Condition cleared

- Code Cleanup

    • -506
    • +526
    /simulator/plugins/alarms/interface.ui
    • -8
    • +34
    /simulator/plugins/alarms/loader.py
Merge branch 'DEN-5830_AlarmDesign' into 2020_EOY_DEMO

DEN-5833: Implementation

- minor .ui changes

    • -17
    • +83
    /simulator/plugins/alarms/interface.ui
Merge branch 'DEN-5751_Pre-TreatmentUltrafiltration' into DEN-5830_AlarmDesign

Merge branch 'DEN-5751_Pre-TreatmentUltrafiltration' into 2020_EOY_DEMO

DEN-5754: Implementation

- Create a single object of the HD_Simulator and setting it in the DynamicLoader parent class of the plugins.

    • -3
    • +0
    /simulator/plugins/salinebolus/loader.py
DEN-5833: Implementation

- reversed the alarm status flags bits order.

DEN-5802: Continued refactoring

    • -4
    • +4
    /tst_Treatment_Adjustment_BloodDialysate/test.py
    • -3
    • +3
    /tst_Treatment_ParametersRange/test.py
DEN-5754: Implementation

- The last piece of making the Simulator plugin base.

- Improvement : separator.

    • -3
    • +3
    /simulator/plugins/alarms/interface.ui
    • -2
    • +2
    /simulator/plugins/heparin/interface.ui
DEN-5754: Implementation

- Changed the RealTimeWidget parent name to DynamicLoader.

- Made DynamicLoader abstract class.

- Added Create Treatment plugin.

    • -0
    • +84
    /simulator/plugins/createtreatment/loader.py
    • -8
    • +8
    /simulator/plugins/salinebolus/loader.py
    • -0
    • +172
    /simulator/simulator/dynamicloader.py
    • -145
    • +0
    /simulator/simulator/runtimewidget.py
Merge branch 'DEN-5830_AlarmDesign' into DEN-5751_Pre-TreatmentUltrafiltration