Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
3a5119a6
Commit
3a5119a6
authored
Jan 22, 2021
by
Richard Waite
Browse files
Remove problematic test causing build to fail on windows
Will make maintanance issue for this - just need to get PR merged
parent
41ae6107
Changes
1
Hide whitespace changes
Inline
Side-by-side
qt/python/mantidqt/widgets/sliceviewer/test/test_sliceviewer_view.py
View file @
3a5119a6
# Mantid Repository : https://github.com/mantidproject/mantid
# Mantid Repository : https://github.com/mantidproject/mantid
#
# Copyright © 2019 ISIS Rutherford Appleton Laboratory UKRI,
# NScD Oak Ridge National Laboratory, European Spallation Source,
...
...
@@ -8,7 +9,6 @@
import
io
import
sys
import
unittest
from
unittest
import
mock
from
unittest.mock
import
patch
import
matplotlib
as
mpl
...
...
@@ -245,15 +245,6 @@ class SliceViewerViewTest(unittest.TestCase, QtWidgetFinder):
self
.
assert_no_toplevel_widgets
()
self
.
assertEqual
(
pres
.
ads_observer
,
None
)
def
test_close_event
(
self
):
pres
=
SliceViewer
(
self
.
histo_ws
)
self
.
assert_widget_created
()
pres
.
clear_observer
=
mock
.
MagicMock
()
pres
.
view
.
close
()
pres
.
clear_observer
.
assert_called_once
()
def
test_plot_matrix_xlimits_ignores_monitors
(
self
):
xmin
=
5000
xmax
=
10000
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment