Skip to content

Commit 7d295aa

Browse files
committed
Update auto-test content
1 parent 0cb2167 commit 7d295aa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.internal/pre_commit_tools/auto_add_tests.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,16 +78,13 @@ def auto_create_test(notebook_file_path: Path) -> None:
7878
def create_test_content(notebook_file_path: Path) -> str:
7979
return f"""from tests.utils_for_testbook import (
8080
validate_quantum_program_size,
81-
validate_quantum_model,
8281
wrap_testbook,
8382
)
8483
from testbook.client import TestbookNotebookClient
8584
8685
8786
@wrap_testbook("{notebook_file_path.stem}", timeout_seconds={DEFAULT_TIMEOUTS_SECONDS})
8887
def test_notebook(tb: TestbookNotebookClient) -> None:
89-
# test models
90-
validate_quantum_model(tb.ref("qmod"))
9188
# test quantum programs
9289
validate_quantum_program_size(
9390
tb.ref_pydantic("qprog"),

0 commit comments

Comments
 (0)