testsuites

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

- Added Heparin plugin

    • -0
    • +97
    /simulator/plugins/heparin/heparin.py
    • -0
    • +383
    /simulator/plugins/heparin/heparin.ui
DEN-5741: Integration Testing

- Make the simulator a little bit more plugin based to be able to add more sections easier.

- It still needs work to load/register the plugins automatically.

    • -0
    • +0
    /simulator/plugins/__init__.py
    • -0
    • +106
    /simulator/plugins/salinebolus/salinebolus.py
    • -0
    • +650
    /simulator/plugins/salinebolus/salinebolus.ui
    • -0
    • +727
    /simulator/plugins/treatmentranges/treatmentranges.ui
    • -0
    • +464
    /simulator/plugins/treatmentstates/treatmentstates.ui
    • -0
    • +148
    /simulator/plugins/ultrafiltration/ultrafiltration.py
    • -0
    • +748
    /simulator/plugins/ultrafiltration/ultrafiltration.ui
    • -0
    • +117
    /simulator/runtimewidget.py
    • -0
    • +138
    /simulator/simulator.ui
DEN-5741 Integration Testing

- Made the simulator MDI layout

    • -2844
    • +2762
    /simulator/Simulator.ui
DEN-5739: Implementation

- made the Duration slider work.

Merge branch 'DEN-4691_InLineBloodPressureAdjustments'

Merge branch 'master' into DEN-4691_InLineBloodPressureAdjustments

DEN-4867: Support latest UI application refactoring

DEN-5638: Continued refactoring

  1. … 19 more files in changeset.
DEN-5638: Changes to support squish to ui folder migration in dialin

  1. … 24 more files in changeset.
DEN-4606: Give time for end treatment request to be made.

Merge master into DEN-4606-confirm-priming-begin

DEN-4606, DEN-4609: Updating confirm treatment flickable name

DEN-4606, DEN-4609: Removed delays

- Removed unneeded delays where possible. Kept delays still needed for UI navigation or background simulation

    • -27
    • +20
    /tst_ConfirmPrimingBegin/test.py
DEN-4696: Code Coverage [100%]

    • -0
    • +2
    /tst_Treatment_Adjustment_Pressures/test.py
DEN-4696: Code Coverage [99.954%]

    • -94
    • +155
    /tst_Treatment_Adjustment_Pressures/test.py
DEN-4606, DEN-4609: Create Treatment and Confirm Priming Begin test updates

- Removed more delays

- Updated compatibility with latest slider component changes

- Use waitForObject instead of waitForObjectExists

DEN-4696: Code Coverage [99.722]

    • -0
    • +138
    /tst_Treatment_Adjustment_Pressures/test.py
    • -5
    • +5
    /tst_Treatment_PressureOcclusion/test.py
DEN-4695: Integration Testing

- Completed the Simulator to the adjustment request/response

- Added more info for the ranges/limits min/max

DEN-4606, DEN-4609: Removed delays in alarm test.

DEN-4695: Integration Testing

- Simulator implementation for Arterial/Venous pressure values.