testsuites

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

DEN-4606, DEN-4609: Reverting click point adjustment

- Reverting click point adjustment that was required to accommodate the left + right touch margin additions to RangeRect that have since been removed. I originally added the left+right margins to RangeRect to make it easier to select the knob from the left. A better solution for that issue is needed so that click point offsets don't occur.

    • -2
    • +2
    /tst_Treatment_Adjustment_BloodDialysate/test.py
DEN-4606, DEN-4609: Generating the full skip treatment parameter validation response instead of manually building each component of the message.

DEN-4606: Updated pre-treatment unit tests. Backing up code state when 100% code coverage was reached

DEN-4695: Integration Testing

- Fixed broken names in SquishQt

DEN-4695: Integration Testing

- Updating Simulator for later Integration Tests.[Only the UI]

    • -920
    • +2712
    /simulator/Simulator.ui
Merge branch 'master' into DEN-4691_InLineBloodPressureAdjustments

Fixed the bug caused the Bamboo server failed

Merge branch 'DEN-5282_UltrafiltrationStopState'

DEN-5342: Code Review 0

- Removed the class variables and used the one defined int the common.

    • -2
    • +2
    /tst_Treatment_Adjustment_Saline/test.py
    • -10
    • +9
    /tst_Treatment_Adjustment_Ultrafiltration/test.py
DEN-4606: Updated pre-treatment squishqt tests

    • -0
    • +10
    /tst_ConfirmPrimingBegin/config.xml
    • -15
    • +70
    /tst_ConfirmPrimingBegin/test.py
5342: Code Review 0

- removed duplicate import and the test code.