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 `pytest` 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.
374
+
Although `nose` and `doctest` are both used in code testing, it is advisable
375
+
that unit tests are put in tests. `doctest` is incorporated only to make sure
376
+
the code examples in documentation remain valid across different development
377
+
releases.
384
378
385
379
On Linux/Unix systems, please launch your tests like this::
0 commit comments