Skip to content

Commit

Permalink
Merge branch 'master' into u/maffoo/circuit-freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
maffoo committed Nov 1, 2023
2 parents 975a298 + 5485227 commit 73e895d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cirq-web/cirq_web/widget_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import os
from pathlib import Path
from unittest import mock

import cirq_web


Expand Down Expand Up @@ -50,6 +53,7 @@ def test_repr_html(tmpdir):
assert remove_whitespace(expected) == remove_whitespace(actual)


@mock.patch.dict(os.environ, {"BROWSER": "true"})
def test_generate_html_file_with_browser(tmpdir):
# # Reset the path so the files are accessible
cirq_web.widget._DIST_PATH = Path(tmpdir) / "dir"
Expand Down

0 comments on commit 73e895d

Please sign in to comment.