Ignore:
Timestamp:
Mar 29, 2019 8:36:51 AM (5 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_opencl
Children:
6edd344
Parents:
c7e73e7
Message:

Unit test update after latest round of commits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Utilities/UnitTesting/TabbedModelEditorTest.py

    r80468f6 rc02721c4  
    204204        self.widget.editor_widget.txtEditor.toPlainText = MagicMock(return_value=boring_text) 
    205205        self.widget.writeFile = MagicMock() 
     206        self.widget.plugin_widget.is_python = MagicMock() 
    206207        #invoke the method 
    207208        self.widget.updateFromEditor() 
Note: See TracChangeset for help on using the changeset viewer.