-
Notifications
You must be signed in to change notification settings - Fork 0
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
Adding all WDL unit tests to API pytests #102
base: main
Are you sure you want to change the base?
Conversation
@sckott, really hope I didn't duplicate efforts, I should've checked with you first, sorry about that. Mind taking a look? |
Will do in the morning |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, looks good!
There's some formatting that could be done, but doesn't need to be done here, opened an issue to add a new gh action workflow #104
Thanks @sckott ! Removing those unused packages, and great call on the new issue with linting/formatting actions, seems like a smart step. |
Now that I look back at |
But I don't think we are In there are a few tests where we submit workflows but i think those are hopefully cases where we need to to do the correct test |
Ahhh, you're totally right @sckott , didn't fully grasp that. So we may have duplicate API metadata calls (which is fine), but the actual workflows only run once during conftest.py, correct? |
yes |
Description
test-failures.py
to include all unit test WDLs to the cromwellapi pyteststest-successes.py
to check for success from all non-bad unit test WDLsRelated Issues
Testing