test.acquantum_qiskit package¶
Subpackages¶
Submodules¶
test.acquantum_qiskit.test_acQuantumBackend module¶
test.acquantum_qiskit.test_acQuantumJob module¶
-
class
test.acquantum_qiskit.test_acQuantumJob.TestAcQuantumJob(methodName='runTest')¶ Bases:
unittest.case.TestCase-
setUp() → None¶ Hook method for setting up the test fixture before exercising it.
-
test_job_id_after_submit()¶
-
test_job_id_failed()¶
-
test_cancel()¶
-
test_status_done()¶
-
test_status_queued()¶
-
test_status_error()¶
-
test__result_from_job_response()¶
-
test_result()¶
-
test__gates_from_qobj()¶
-
test_submit()¶
-
test.acquantum_qiskit.test_acQuantumProvider module¶
-
class
test.acquantum_qiskit.test_acQuantumProvider.SingleMock(credentials, provider)¶ Bases:
object-
authenticate()¶
-
backends(name=None, **kwargs)¶
-
-
class
test.acquantum_qiskit.test_acQuantumProvider.TestAcQuantumProvider(methodName='runTest')¶ Bases:
unittest.case.TestCase-
setUp() → None¶ Hook method for setting up the test fixture before exercising it.
-
test_load_account(single_prov_mock)¶
-
test_get_backends(single_prov_mock)¶
-
test_get_backends_without_loading_accounts(single_prov_mock)¶
-
test.acquantum_qiskit.test_acQuantumSingleProvider module¶
-
class
test.acquantum_qiskit.test_acQuantumSingleProvider.TestAcQuantumSingleProvider(methodName='runTest')¶ Bases:
unittest.case.TestCase-
setUp() → None¶ Hook method for setting up the test fixture before exercising it.
-
test_init(available_backends, create_session)¶
-
test_backends(available_backends, create_session)¶
-