We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c1f511 commit a8cb7efCopy full SHA for a8cb7ef
plotly/tests/test_core/test_tools/test_file_tools.py
@@ -42,16 +42,6 @@ def test_set_config_file_two_entries(self):
42
self.assertEqual(config['plotly_streaming_domain'], streaming_domain)
43
tools.reset_config_file()
44
45
- def test_session_plot_option(self):
46
-
47
- # Check if the session_plot_option and config_plot_option return the
48
- # same value
49
50
- readable = False
51
- tools.set_config_file(world_readable=readable)
52
- session_plot_option = session.get_session_plot_options()
53
- self.assertEqual(session_plot_option['world_readable'], readable)
54
- tools.reset_config_file()
55
56
def test_set_config_file_world_readable(self):
57
0 commit comments