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
**pyexcel-webio** is a tiny interface library to unify the web extensions that uses `pyexcel <https://github.com/pyexcel/pyexcel>`__ . You may use it to write a web extension for your faviourite Python web framework.
@@ -175,26 +167,29 @@ Then install relevant development requirements:
175
167
#. pip install -r tests/requirements.txt
176
168
177
169
Once you have finished your changes, please provide test case(s), relevant documentation
178
-
and update CHANGELOG.rst.
170
+
and update changelog.yml
179
171
180
172
.. note::
181
173
182
174
As to rnd_requirements.txt, usually, it is created when a dependent
183
-
library is not released. Once the dependecy is installed
175
+
library is not released. Once the dependency is installed
184
176
(will be released), the future
185
177
version of the dependency in the requirements.txt will be valid.
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.
183
+
Although `nose` and `doctest` are both used in code testing, it is advisable
184
+
that unit tests are put in tests. `doctest` is incorporated only to make sure
185
+
the code examples in documentation remain valid across different development
186
+
releases.
192
187
193
188
On Linux/Unix systems, please launch your tests like this::
194
189
195
190
$ make
196
191
197
-
On Windows systems, please issue this command::
192
+
On Windows, please issue this command::
198
193
199
194
> test.bat
200
195
@@ -206,7 +201,7 @@ Please run::
206
201
207
202
$ make format
208
203
209
-
so as to beautify your code otherwise travis-ci may fail your unit test.
204
+
so as to beautify your code otherwise your build may fail your unit test.
0 commit comments