You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Due to technical limitations of Jupyter notebooks and pytest extension, all code that runs inside tests has to be in the same cell. In other words, you can not call e.g. functions that are defined in other cells.</p>
11910
-
<p>In real applications you have separate directory and files for your tests (see TODO LINK ). The above mentioned limititation is only present for writing tests in Jupyter environment.</p>
11910
+
<p>In real applications you have separate directory and .py files for your tests. The above mentioned limititation is only present for writing tests in Jupyter environment.</p>
11911
11911
11912
11912
</div>
11913
11913
</div>
@@ -11970,7 +11970,7 @@ <h2 id="pytest-test-cases"><code>pytest</code> test cases<a class="anchor-link"
Copy file name to clipboardExpand all lines: notebooks/beginner/testing1.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@
74
74
"source": [
75
75
"Due to technical limitations of Jupyter notebooks and pytest extension, all code that runs inside tests has to be in the same cell. In other words, you can not call e.g. functions that are defined in other cells. \n",
76
76
"\n",
77
-
"In real applications you have separate directory and files for your tests (see TODO LINK ). The above mentioned limititation is only present for writing tests in Jupyter environment."
77
+
"In real applications you have separate directory and .py files for your tests. The above mentioned limititation is only present for writing tests in Jupyter environment."
0 commit comments