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.
91
+
Although `nose` and `doctest` are both used in code testing, it is advisable
92
+
that unit tests are put in tests. `doctest` is incorporated only to make sure
93
+
the code examples in documentation remain valid across different development
94
+
releases.
102
95
103
96
On Linux/Unix systems, please launch your tests like this::
104
97
105
98
$ make
106
99
107
-
On Windows systems, please issue this command::
100
+
On Windows, please issue this command::
108
101
109
102
> test.bat
110
103
@@ -116,7 +109,7 @@ Please run::
116
109
117
110
$ make format
118
111
119
-
so as to beautify your code otherwise travis-ci may fail your unit test.
112
+
so as to beautify your code otherwise your build may fail your unit test.
0 commit comments