Skip to content

Commit

Permalink
Create test_gainsel_webmaker.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rcervinoucm authored Jul 8, 2024
1 parent bc8aa4c commit e105d11
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/osa/tests/test_gainsel_webmaker.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
def test_gain_selection_webmaker(
run_summary,
merged_run_summary,
drs4_time_calibration_files,
systematic_correction_files,
base_test_dir,
):


output = sp.run(
["gainsel_webmaker", "--test", "-d", "2020-01-17"],
text=True,
stdout=sp.PIPE,
stderr=sp.PIPE,
)
assert output.returncode != 0

0 comments on commit e105d11

Please sign in to comment.