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.
104
+
Although `nose` and `doctest` are both used in code testing, it is advisable
105
+
that unit tests are put in tests. `doctest` is incorporated only to make sure
106
+
the code examples in documentation remain valid across different development
107
+
releases.
115
108
116
109
On Linux/Unix systems, please launch your tests like this::
117
110
118
111
$ make
119
112
120
-
On Windows systems, please issue this command::
113
+
On Windows, please issue this command::
121
114
122
115
> test.bat
123
116
@@ -129,7 +122,7 @@ Please run::
129
122
130
123
$ make format
131
124
132
-
so as to beautify your code otherwise travis-ci may fail your unit test.
125
+
so as to beautify your code otherwise your build may fail your unit test.
0 commit comments