Skip to content

Commit

Permalink
Merge pull request #43 from xtuml/41-migrate-protocol-verifier-tests
Browse files Browse the repository at this point in the history
migrate pv tests to pv package within test-harness
  • Loading branch information
ZacDCSIT authored May 28, 2024
2 parents 3a0fd05 + 9434768 commit 488cce2
Show file tree
Hide file tree
Showing 46 changed files with 2,472 additions and 1,070 deletions.
1 change: 1 addition & 0 deletions test_harness/process_manager/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def harness_test_manager(
:rtype: `tuple`[:class:`Literal`[`True`], :class:`Literal`['']] |
`tuple`[:class:`Literal`[`False`], `str`]
"""
# TODO: pull full_pv_test out and replace with generic test_harness test
try:
full_pv_test(
harness_config=harness_config,
Expand Down
2 changes: 1 addition & 1 deletion test_harness/protocol_verifier/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
get_test_events_from_test_file_jsons,
)
from test_harness.protocol_verifier.send_job_defs import send_job_defs_from_uml
from test_harness.protocol_verifier.tests import (
from test_harness.protocol_verifier.test_utils import (
FunctionalTest,
PerformanceTest,
)
Expand Down
File renamed without changes.
Loading

0 comments on commit 488cce2

Please sign in to comment.