We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ecf14 commit 0599746Copy full SHA for 0599746
tests/unit/temp_block_magics.py tests/unit/test_magics.pytests/unit/temp_block_magics.py renamed to tests/unit/test_magics.py
@@ -831,6 +831,7 @@ def test_bigquery_magic_w_max_results_query_job_results_fails(monkeypatch):
831
assert close_transports.called
832
833
834
+@pytest.mark.usefixtures("ipython_interactive")
835
def test_bigquery_magic_w_table_id_invalid(monkeypatch):
836
ip = IPython.get_ipython()
837
monkeypatch.setattr(bigquery, "bigquery_magics", None)
@@ -861,6 +862,7 @@ def test_bigquery_magic_w_table_id_invalid(monkeypatch):
861
862
assert "Traceback (most recent call last)" not in output
863
864
865
866
def test_bigquery_magic_w_missing_query(monkeypatch):
867
868
0 commit comments