Skip to content

Commit a8cb7ef

Browse files
committed
rm test - config shouldn't affect session
1 parent 3c1f511 commit a8cb7ef

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

plotly/tests/test_core/test_tools/test_file_tools.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,6 @@ def test_set_config_file_two_entries(self):
4242
self.assertEqual(config['plotly_streaming_domain'], streaming_domain)
4343
tools.reset_config_file()
4444

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()
5545

5646
def test_set_config_file_world_readable(self):
5747

0 commit comments

Comments
 (0)