Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a893286 commit 24442c0Copy full SHA for 24442c0
source/getting-started.rst
@@ -140,6 +140,12 @@ You can run the above test case from a shell like this::
140
141
The above result shows that the test has been successfully completed.
142
143
+Note: To run the above test in IPython or Jupyter, you should pass a couple of arguments to the `main` function as shown below:
144
+::
145
+
146
+ unittest.main(argv=['first-arg-is-ignored'], exit=False)
147
148
149
150
Walkthrough of the example
151
~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments