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

Copy Python tests for Modulemd.ModuleStream.rpm_api into C #420

Merged
merged 1 commit into from
Jan 8, 2020
Merged

Copy Python tests for Modulemd.ModuleStream.rpm_api into C #420

merged 1 commit into from
Jan 8, 2020

Conversation

srikavin
Copy link
Contributor

@srikavin srikavin commented Jan 8, 2020

This is related to #199.

Copy link
Member

@OrionStar25 OrionStar25 left a comment

Choose a reason for hiding this comment

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

Overall the test looks good to me. Good work @srikavin

@@ -2179,6 +2236,20 @@ main (int argc, char *argv[])
module_stream_v2_test_profiles,
NULL);

g_test_add ("/modulemd/v2/modulestream/v1/rpm_api",
Copy link
Member

Choose a reason for hiding this comment

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

Please convert this to g_test_add_func() [see the GLib manual on how to use that] since we are going to replace it in the whole codebase with that anyway for simplicity.

Copy link
Collaborator

Choose a reason for hiding this comment

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

We will do that in a separate request later. I'm going to merge this as-is.

@@ -2179,6 +2236,20 @@ main (int argc, char *argv[])
module_stream_v2_test_profiles,
NULL);

g_test_add ("/modulemd/v2/modulestream/v1/rpm_api",
Copy link
Collaborator

Choose a reason for hiding this comment

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

We will do that in a separate request later. I'm going to merge this as-is.

@sgallagher sgallagher merged commit d7369a6 into fedora-modularity:master Jan 8, 2020
@srikavin srikavin deleted the test-rpm-api branch January 8, 2020 18:35
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.

3 participants