We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece0ba8 commit ea9623fCopy full SHA for ea9623f
test.py
@@ -1,6 +1,5 @@
1
import pytest
2
import pandas as pd
3
-import plotly.express as px
4
import plotly.graph_objs as go
5
from main_page import melt_clean_data, load_data, select_columns
6
from main_page import code_mapping, convert_to_alpha3, plot_choropleth
@@ -120,5 +119,5 @@ def test_plot_choropleth(test_case_plot):
120
119
assert isinstance(fig, go.Figure)
121
print('Test passed: The function returned a Plotly Figure object.')
122
except AssertionError:
123
- print(f'Test failed')
124
-
+ print('Test failed')
+
0 commit comments