We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d6ae26 commit bbe8db1Copy full SHA for bbe8db1
tests/notebooks/test_resiliency_planning_AMD.py
@@ -1,10 +1,3 @@
1
-from tests.utils_for_testbook import (
2
- wrap_testbook,
3
-)
4
-from testbook.client import TestbookNotebookClient
5
-
6
7
-@wrap_testbook("resiliency_planning_AMD", timeout_seconds=60)
8
-def test_notebook(tb: TestbookNotebookClient) -> None:
+def test_notebook() -> None:
9
# test notebook content
10
pass # Todo
0 commit comments