qiskit/test/python/dagcircuit
Michał Górny 040c9c8e88
Fix checking for deprecation warnings to use `assertWarns()` (#14145)
Fix the deprecation warning check to use the correct `assertWarns()`
method rather than `assertRaises()` that is used to test for exceptions.
This fixes the test suite when it is run without `-Werror`.
2025-04-01 08:46:22 +00:00
..
__init__.py Remove coding: utf-8 per PEP 3120 (#4914) 2020-08-12 08:29:16 -04:00
test_collect_blocks.py Remove condition/c_if, duration, and unit from instructions (#13506) 2025-02-24 15:33:45 +00:00
test_compose.py Remove calibrations APIs and related functionality (#13861) 2025-03-02 16:40:07 +00:00
test_dagcircuit.py Fix checking for deprecation warnings to use `assertWarns()` (#14145) 2025-04-01 08:46:22 +00:00
test_dagdependency.py Remove `qiskit.test` (#10998) 2024-01-31 14:11:41 +00:00
test_dagdependency_v2.py Add DAGDependencyV2 and Converters (#11705) 2024-04-16 13:41:34 +00:00