Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
#7 Add the test case of get_example_ibm_runtime_estimator_qnn
Browse files Browse the repository at this point in the history
  • Loading branch information
ksk0629 committed Oct 18, 2024
1 parent c4f30c9 commit ec631ea
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/test_qnn_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,12 @@ def test_get_example_noisy_aer_estimator_qnn(self):
Check if no error happens.
"""
self.qnn_builder.get_example_noisy_aer_estimator_qnn()

def test_get_example_ibm_runtime_estimator_qnn(self):
"""Normal test;
Runs get_example_ibm_runtime_estimator_qnn.
Check if no error happens.
"""
config_path = "./configs/_ibm_account.yaml"
self.qnn_builder.get_example_ibm_runtime_estimator_qnn(config_path=config_path)

0 comments on commit ec631ea

Please sign in to comment.