Skip to content
Snippets Groups Projects
Commit ab056e17 authored by Sortofamudkip's avatar Sortofamudkip
Browse files

test_plotter documentation

parent 4c9ca32e
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ this_file_dir = Path(__file__).parent
def test_load_plotter():
"""Tests that the Plotter class can be loaded."""
dataset = Dataset(this_file_dir / "../data/GamingStudy_data.csv")
plotter = Plotter(dataset)
assert type(plotter.df) == pd.DataFrame
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment