-
-
Notifications
You must be signed in to change notification settings - Fork 232
Remove unittest dependency for tests #885
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
Labels
Comments
psafont
added a commit
to psafont/cwltool
that referenced
this issue
Aug 28, 2018
Change image for workflow needing python to make it compatible with Windows. Changed style to pytest, as part of common-workflow-language#885 Uncomment all code, but still skip those tests
psafont
added a commit
to psafont/cwltool
that referenced
this issue
Aug 28, 2018
Change image for workflows needing python to make it compatible with Windows. Changed style to pytest, as part of common-workflow-language#885 Uncomment all code, but still skip those tests
psafont
added a commit
to psafont/cwltool
that referenced
this issue
Aug 29, 2018
Change image for workflows needing python to make it compatible with Windows. Changed style to pytest, as part of common-workflow-language#885 Uncomment all code, but still skip those tests
psafont
added a commit
to psafont/cwltool
that referenced
this issue
Aug 31, 2018
Change image for workflows needing python to make it compatible with Windows. Changed style to pytest, as part of common-workflow-language#885 Uncomment all code, but still skip those tests
Implemented by #895 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now the tests depend on unittest because they are coded in unittest style and on pytestm because they are run on pytest.
This is unnecessary since pytest can take care of everything.
Let's remove the unittest dependency from the test suite and track the progress here.
The text was updated successfully, but these errors were encountered: