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
Although `nose` and `doctest` are both used in code testing, it is adviable that unit tests are put in tests. `doctest` is incorporated only to make sure the code examples in documentation remain valid across different development releases.
212
+
Although `nose` and `doctest` are both used in code testing, it is advisable
213
+
that unit tests are put in tests. `doctest` is incorporated only to make sure
214
+
the code examples in documentation remain valid across different development
215
+
releases.
218
216
219
217
On Linux/Unix systems, please launch your tests like this::
0 commit comments