Skip to content

Commit 122f2d5

Browse files
committed
BUILD.rst: Note that server ought to be tested before release.
1 parent e596f42 commit 122f2d5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

BUILD.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Releasing remote server
22
=======================
33

4+
0. Run tests on different operating systems and with different interpreters::
5+
6+
python test/run.py python
7+
python test/run.py jython # use jython.bat on windows
8+
python test/run.py ipy # some tests fail due to unicode/str issues
9+
10+
Above commands run both unit and acceptance tests. See `<test/README.rst>`__
11+
for more details.
12+
13+
Unfortunately the test system does not support testing using Jython 2.2.
14+
We will likely drop support for it in the future, but before that it can
15+
be tested by running the `example <example/README.rst>`__ using it.
16+
417
1. Set ``$VERSION`` shell variable to ease copy-pasting further commands::
518

619
VERSION=x.y

0 commit comments

Comments
 (0)