testsuites

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

DEN-5833: Implementation

- Added the Alarm plugin

- modified the plugins to use a unique Loader class name and then define the unique name int the __init__.py file.

- using the os lib to get the current plugin path and load the unique interface.ui in the RealTmeWidget parent class.

- Added check CANBus in the simulator.

    • -0
    • +626
    /simulator/plugins/alarms/interface.ui
    • -0
    • +306
    /simulator/plugins/alarms/loader.py
    • -4
    • +5
    /simulator/plugins/salinebolus/loader.py
    • -0
    • +149
    /simulator/simulator/interface.ui
    • -0
    • +129
    /simulator/simulator/loader.py
    • -0
    • +145
    /simulator/simulator/runtimewidget.py
Merge branch 'DEN-5736_UI_Heparin_Bolus'

DEN-5742: Code Coverage [100%]

- Feedback from demo to disable the Heparin section if the Treatment is not running.

    • -0
    • +3
    /tst_Treatment_Adjustment_Heparin/test.py
DEN-5742: Code Coverage [100%]

    • -3
    • +15
    /simulator/plugins/heparin/interface.ui
    • -11
    • +18
    /tst_TreatmentHeparineData/test.py
    • -0
    • +105
    /tst_Treatment_Adjustment_Heparin/test.py
DEN-5638: Continued refactoring

  1. … 12 more files in changeset.
DEN-5741: Integration Testing

- Added Heparin Data test

- Added Heparin State test

    • -50
    • +3
    /simulator/plugins/heparin/interface.ui
    • -0
    • +61
    /tst_TreatmentHeparineData/test.py
    • -167
    • +314
    /tst_TreatmentStatesData/test.py
    • -1
    • +1
    /tst_Treatment_Adjustment_Ultrafiltration/test.py
DEN-5739: Implementation

- Fixed the API bug when implementing the request.

DEN-5741: Integration Testing

- renamed all the py and ui to loader.py and interface.ui to be one step closer to load dynamically

    • -97
    • +0
    /simulator/plugins/heparin/heparin.py
    • -383
    • +0
    /simulator/plugins/heparin/heparin.ui
    • -0
    • +383
    /simulator/plugins/heparin/interface.ui
    • -0
    • +97
    /simulator/plugins/heparin/loader.py
    • -0
    • +650
    /simulator/plugins/salinebolus/interface.ui
    • -0
    • +106
    /simulator/plugins/salinebolus/loader.py
    • -0
    • +90
    /simulator/plugins/treatmentranges/loader.py
  1. … 11 more files in changeset.