cirq.testing.assert_same_circuits

Asserts that two circuits are identical, with a descriptive error.

actual A circuit computed by some code under test.
expected The circuit that should have been computed.