Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi committed Oct 31, 2023
1 parent e304e2e commit ae987e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test_datasources.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ def test_addfilepathspecifiedresult_data_sources(allkindofcomplexity, server_typ
data_sources.add_file_path_for_specified_result(allkindofcomplexity, "d3plot")


def test_setresultpath_data_sources_no_extension(d3plot_beam, server_type):
data_sources = dpf.core.DataSources(server=server_type)
data_sources.set_result_file_path(d3plot_beam)


def test_addupstream_data_sources(allkindofcomplexity, server_type):
data_sources = dpf.core.DataSources(server=server_type)
data_sources2 = dpf.core.DataSources(server=server_type)
Expand Down

0 comments on commit ae987e0

Please sign in to comment.