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

pytest support #718

Merged
merged 10 commits into from
Feb 28, 2025
Merged

Conversation

chidanandpujar
Copy link
Collaborator

@chidanandpujar chidanandpujar commented Feb 13, 2025

pytest support for Unit tests

Refer #716

tests/unit# python3 -m pytest
==================================================================== test session starts ====================================================================
platform linux -- Python 3.12.0, pytest-8.3.4, pluggy-1.5.0
rootdir: /root/ansible_integration_test/ansible-junos-stdlib
collected 15 items                                                                                                                                          

test_command.py .....                                                                                                                                 [ 33%]
test_facts.py ..                                                                                                                                      [ 46%]
test_file_copy.py ..                                                                                                                                  [ 60%]
test_ping.py ...                                                                                                                                      [ 80%]
test_system.py ...       

@chidanandpujar chidanandpujar merged commit 96bc3ef into Juniper:master Feb 28, 2025
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.

2 participants