Changeset 9290b1a in sasview for src/sas/qtgui/UnitTesting/PlotterTest.py
- Timestamp:
- Dec 16, 2016 12:43:18 PM (8 years ago)
- Branches:
- ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- d3ca363
- Parents:
- 0ba0774
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/UnitTesting/PlotterTest.py
r27313b7 r9290b1a 154 154 self.assertEqual(self.plotter.ax.get_ylabel(), "$ \\ \\ ^{4}(()^{4})$") 155 155 156 def testAddText(self): 157 """ Checks the functionality of adding text to graph """ 158 pass 159 160 def testOnRemoveText(self): 161 """ Cheks if annotations can be removed from the graph """ 162 pass 163 164 156 165 if __name__ == "__main__": 157 166 unittest.main()
Note: See TracChangeset
for help on using the changeset viewer.