Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add possibility to pass a message file #8

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

mraspaud
Copy link
Member

A message file contains messages (one per line) for the runner to process. This is a nice feature for testing for example, when one wants to ensure the data processing through pytroll-runner is working as expected.
This PR adds support for passing a message file on the command line with the -m flag.

Message file contains messages (one per line) for the runner to process. This is a nice feature for testing for example, when one wants to ensure the data processing through pytroll-runner is working as expected.
@mraspaud mraspaud self-assigned this Feb 15, 2024
@mraspaud mraspaud requested a review from pnuu February 15, 2024 10:09
@mraspaud mraspaud added the enhancement New feature or request label Feb 15, 2024
Copy link

codecov bot commented Feb 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a393cf7) 98.96% compared to head (e7679e6) 99.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main       #8      +/-   ##
==========================================
+ Coverage   98.96%   99.00%   +0.04%     
==========================================
  Files           2        2              
  Lines         385      401      +16     
==========================================
+ Hits          381      397      +16     
  Misses          4        4              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant