Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Merchant launcher for tests now takes the merchant
URL among its parameters. This gives more flexibility,
as it is now possible to run a merchant which listens
on unix sockets.
|
|
Unpractical because the codebases involved
are *two*: merchant and exchange, and it is
just not practical to recompile the exchange
every time we need to generate payments.
|
|
It is now possible to use a custom config file
and purge the test database only if certains symbols
are defined. This is needed for the upcoming
payment generator, as it should never purge the
database it works on, and supposedly always use
the ~/.config/taler.conf default database.
|
|
|
|
merchant ports that are not 8082
|
|
The twisted tests now use two twister processes: one
to proxy the exchange, the other to proxy the merchant.
Additionally, it is now tested the reaction of /history
lib to a unexpected HTTP response code returned by the
merchant.
|
|
|