Skip to content

Commit

Permalink
testing full package
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianMontaguSmartDCSIT committed Aug 1, 2024
1 parent 36c8235 commit e8a11bb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@

protocol_verifier_packages = [
'test_harness.protocol_verifier',
# 'test_harness.protocol_verifier.config',
# 'test_harness.protocol_verifier.metrics_and_events',
# 'test_harness.protocol_verifier.mocks',
# 'test_harness.protocol_verifier.pv_config',
# 'test_harness.protocol_verifier.reporting',
# 'test_harness.protocol_verifier.requests',
# 'test_harness.protocol_verifier.results',
# 'test_harness.protocol_verifier.testing_suite',
# 'test_harness.protocol_verifier.tests',
# 'test_harness.protocol_verifier.utils',
'test_harness.protocol_verifier.config',
'test_harness.protocol_verifier.metrics_and_events',
'test_harness.protocol_verifier.mocks',
'test_harness.protocol_verifier.pv_config',
'test_harness.protocol_verifier.reporting',
'test_harness.protocol_verifier.requests',
'test_harness.protocol_verifier.results',
'test_harness.protocol_verifier.testing_suite',
'test_harness.protocol_verifier.tests',
'test_harness.protocol_verifier.utils',
]

setup(
Expand Down

0 comments on commit e8a11bb

Please sign in to comment.