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

support for nose2 for UT #412 #418

Merged
merged 2 commits into from
Aug 5, 2024

Conversation

chidanandpujar
Copy link
Collaborator

What does this PR do?

support for nose2 unit test framework

What issues does this PR fix or reference?

Fix for #412

Previous Behavior

ERROR: tests.unit.test_snap (nose2.loader.ModuleImportFailure.tests.unit.test_snap)

New Behavior

test_not_in_pass (tests.unit.test_string_op.TestStringOperators.test_not_in_pass) ... ok
test_notify_not_login (tests.unit.test_notify.TestCheck.test_notify_not_login) ... ok
test_notify_send_mail (tests.unit.test_notify.TestCheck.test_notify_send_mail) ... ok
test_sqlite_1 (tests.unit.test_sqlite.TestSqlite.test_sqlite_1) ... ok
test_sqlite_2 (tests.unit.test_sqlite.TestSqlite.test_sqlite_2) ... ok
test_sqlite_3 (tests.unit.test_sqlite.TestSqlite.test_sqlite_3) ... ok
test_sqlite_4 (tests.unit.test_sqlite.TestSqlite.test_sqlite_4) ... ok
test_sqlite_extractxml_db_absent (tests.unit.test_sqlite.TestSqlite.test_sqlite_extractxml_db_absent) ... ok
test_sqlite_store_db_not_exist (tests.unit.test_sqlite.TestSqlite.test_sqlite_store_db_not_exist) ... ok


Ran 276 tests in 2.100s

OK

Tests written?

Yes/No

@dineshbaburam91 dineshbaburam91 merged commit 29b178d into Juniper:master Aug 5, 2024
5 checks passed
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