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

Fix and test pipeline #27

Merged
merged 4 commits into from
Jun 22, 2023
Merged

Fix and test pipeline #27

merged 4 commits into from
Jun 22, 2023

Conversation

radix0000
Copy link
Collaborator

Fix issue with parameter names in run_pipeline and add test of full pipeline run (less uploads) to catch future issues

@radix0000 radix0000 requested a review from odscjames June 22, 2023 09:08
source = 'test-pipeline'

@pytest.fixture(scope="class")
def test_dir(self, tmp_path_factory):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't it confuse the runner to have a fixture started test_? Interesting. It confuses the human reader anyway, maybe for readability change?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems to work, but have fixed for readability

@odscjames
Copy link

Approved, depending on whether you think that readability comment is important

@radix0000 radix0000 merged commit e7415cd into main Jun 22, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants