Remarks:
========

Here are changes to use a local WIMS server, provided by an installed
'wims' debian package.

for a local wims service, let define WIMS_URL:
----------------------------------------------

export WIMS_URL=http://127.0.0.1/wims/wims.cgi

also, to take in account a slow host, let's define:

export WIMSAPI_TIMEOUT=30

There must be a connection file named "myself":
-----------------------------------------------

On the wims' server side, there must be a file log/classes/.connections/myself
with such lines:

ident_site=127.0.0.1
ident_protocol=http
ident_agent=python-requests
ident_password=toto
ident_type=json
ident_deny=

There must be no class with number 60001 prior to running the test
