We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a29bd commit 398d80bCopy full SHA for 398d80b
tests/notebooks/test_vlasov_ampere.py
@@ -0,0 +1,12 @@
1
+from tests.utils_for_testbook import (
2
+ validate_quantum_program_size,
3
+ validate_quantum_model,
4
+ wrap_testbook,
5
+)
6
+from testbook.client import TestbookNotebookClient
7
+
8
9
+@wrap_testbook("vlasov_ampere", timeout_seconds=1200)
10
+def test_notebook(tb: TestbookNotebookClient) -> None:
11
+ # test notebook content
12
+ pass # Todo
0 commit comments