This commit is contained in:
parent
7098ac75cb
commit
df91762271
29 changed files with 3079 additions and 838 deletions
|
|
@ -8,7 +8,7 @@ No permission is granted to copy, modify, distribute, or create derivative works
|
|||
|
||||
// The black-box test harness: spawns the REAL catcrafts-server binary on a
|
||||
// scratch port with a temporary orders file and the FAKE payment rails, so a
|
||||
// suite never touches real data, never dials Mollie, and needs no setup.
|
||||
// suite never touches real data, never dials a bank, and needs no setup.
|
||||
//
|
||||
// This is the C++ port of what tools/e2e.sh used to set up in shell. Each
|
||||
// suite is its own process (crafter-build runs them in PARALLEL), so every
|
||||
|
|
@ -136,7 +136,7 @@ public:
|
|||
// .env must not leak real provider keys into the test server — live
|
||||
// Sendcloud rates would silently change the shipping totals the
|
||||
// suites assert.
|
||||
for (const char* v : { "MOLLIE_API_KEY", "EURC_CHAINS", "EURC_POOL",
|
||||
for (const char* v : { "TRANSFER_IBAN", "EURC_CHAINS", "EURC_POOL",
|
||||
"SENDCLOUD_PUBLIC_KEY", "SENDCLOUD_SECRET_KEY",
|
||||
"SENDCLOUD_METHOD",
|
||||
"INVOICE_GPG_KEY", "MAIL_COMMAND", "MAIL_FROM" }) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue