-
Notifications
You must be signed in to change notification settings - Fork 53
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
Extend tests for ModuleStream.depends_on_stream() to cover empty stream lists #192
Comments
Hi,
|
Please go right ahead! I've also just added a new section to the README.md to help you get started setting up your development environment. Please let me know if you have any difficulty with getting started. |
Hi, |
Yes, those are the tests I meant. You can choose to write them in either the Python tests or into new C tests in modulemd/v2/tests/test-modulemd-modulestream.c (related: #199) |
The tests for depends_on_stream() and build_depends_on_stream() is modified to handle empty lists Replicates the existing python tests, and newly added tests for depends_on_stream to C. Fixes : fedora-modularity#192 related: fedora-modularity#199
The tests for depends_on_stream() and build_depends_on_stream() is modified to handle empty lists issue: fedora-modularity#192
The tests for depends_on_stream() and build_depends_on_stream() is modified to handle empty lists issue: fedora-modularity#192
The tests for depends_on_stream() and build_depends_on_stream() is modified to handle empty lists issue: fedora-modularity#192
The tests for depends_on_stream() and build_depends_on_stream() is modified to handle empty lists issue: fedora-modularity#192
The tests for depends_on_stream() and build_depends_on_stream() is modified to handle empty lists Fixes:fedora-modularity#192
The tests for depends_on_stream() and build_depends_on_stream() is modified to handle empty lists Fixes:fedora-modularity#192
The tests for depends_on_stream() and build_depends_on_stream() is modified to handle empty lists Fixes:fedora-modularity#192
[updated]The tests for depends_on_stream() and build_depends_on_stream() is modified to handle empty lists Fixes:fedora-modularity#192
The tests for
depends_on_stream()
andbuild_depends_on_stream()
should validate that it handles the case of an empty list of streams properly.As per the specification, the behavior here must be that an empty list means "all possible values".
The text was updated successfully, but these errors were encountered: