You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Avoid clashing test mocks of QuantumEngineServiceClient by limiting
mocking to the relevant test module.
- Enable test reordering by pytest-randomly.
Fixes#5870.
rht
pushed a commit
to rht/Cirq
that referenced
this issue
May 1, 2023
- Avoid clashing test mocks of QuantumEngineServiceClient by limiting
mocking to the relevant test module.
- Enable test reordering by pytest-randomly.
Fixesquantumlib#5870.
Description of the issue
When pytest-randomly shuffles unit tests order, engine_client_test.py has several failures which go away when tests are run in unchanged order - https://github.com/quantumlib/Cirq/runs/8261627949.
Cirq version
Cirq 1.1.0.dev at 13890c6 in #5868.
The text was updated successfully, but these errors were encountered: