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

Added new test for python pip version check and functionality #17681

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ypagar1
Copy link

@ypagar1 ypagar1 commented Aug 31, 2023

@ypagar1 ypagar1 marked this pull request as draft August 31, 2023 07:47
@rfan1
Copy link
Contributor

rfan1 commented Aug 31, 2023

Please run VRs on sle15sp4 and Tumbleweed as well :)

@@ -0,0 +1,103 @@
# SUSE's openQA tests
Copy link
Member

Choose a reason for hiding this comment

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

I think you need to run make tidy-full to have this document also tidied

Comment on lines +1 to +8
import pysample_package

print(pysample_package.__version__)
#print(pysample_package.__author__)

from pysample_package import mymodule
mymodule.greet("Ram")
mymodule.print_hello()
Copy link
Member

Choose a reason for hiding this comment

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

you can use the package from: #17675 if you rebase on top of her changes, so you can leverage on @DeepthiYV's module

@foursixnine foursixnine added the qe-core Tag used to filter PR's created by QE-Core's members or are assigned to them label Aug 31, 2023
Copy link

stale bot commented Dec 15, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
If it's still needed, you can add labels WIP or notready to it

@stale stale bot added the stale Stale pull request, are to be deleted within 90 days label Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
qe-core Tag used to filter PR's created by QE-Core's members or are assigned to them stale Stale pull request, are to be deleted within 90 days
Projects
None yet
3 participants