commit b119d5c17108b9e97be8c06ceccf622139048f6f parent b8286fefce882c4fce6e82793b0b51de8dda36b9 Author: Florian Dold <florian@dold.me> Date: Fri, 4 Oct 2024 13:25:28 +0200 harness: rename Diffstat:
107 files changed, 106 insertions(+), 106 deletions(-)
diff --git a/packages/taler-harness/src/harness/helpers.ts b/packages/taler-harness/src/harness/environments.ts diff --git a/packages/taler-harness/src/index.ts b/packages/taler-harness/src/index.ts @@ -77,7 +77,7 @@ import { import { createSimpleTestkudosEnvironmentV2, createWalletDaemonWithClient, -} from "./harness/helpers.js"; +} from "./harness/environments.js"; import { getTestInfo, runTests } from "./integrationtests/testrunner.js"; import { lintExchangeDeployment } from "./lint.js"; diff --git a/packages/taler-harness/src/integrationtests/test-account-restrictions.ts b/packages/taler-harness/src/integrationtests/test-account-restrictions.ts @@ -34,7 +34,7 @@ import { import { createSimpleTestkudosEnvironmentV3, WithdrawViaBankResult, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; const logger = new Logger("test-account-restrictions.ts"); diff --git a/packages/taler-harness/src/integrationtests/test-age-restrictions-deposit.ts b/packages/taler-harness/src/integrationtests/test-age-restrictions-deposit.ts @@ -28,7 +28,7 @@ import { GlobalTestState, getTestHarnessPaytoForLabel } from "../harness/harness import { createSimpleTestkudosEnvironmentV3, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; import { defaultCoinConfig } from "../harness/denomStructures.js"; /** diff --git a/packages/taler-harness/src/integrationtests/test-age-restrictions-merchant.ts b/packages/taler-harness/src/integrationtests/test-age-restrictions-merchant.ts @@ -26,7 +26,7 @@ import { createWalletDaemonWithClient, makeTestPaymentV2, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; /** * Run test for basic, bank-integrated withdrawal and payment. diff --git a/packages/taler-harness/src/integrationtests/test-age-restrictions-mixed-merchant.ts b/packages/taler-harness/src/integrationtests/test-age-restrictions-mixed-merchant.ts @@ -26,7 +26,7 @@ import { createWalletDaemonWithClient, makeTestPaymentV2, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; /** * Run test for basic, bank-integrated withdrawal and payment. diff --git a/packages/taler-harness/src/integrationtests/test-age-restrictions-peer.ts b/packages/taler-harness/src/integrationtests/test-age-restrictions-peer.ts @@ -33,7 +33,7 @@ import { createSimpleTestkudosEnvironmentV3, createWalletDaemonWithClient, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; /** * Run test for basic, bank-integrated withdrawal and payment. diff --git a/packages/taler-harness/src/integrationtests/test-claim-loop.ts b/packages/taler-harness/src/integrationtests/test-claim-loop.ts @@ -23,7 +23,7 @@ import { GlobalTestState } from "../harness/harness.js"; import { createSimpleTestkudosEnvironmentV3, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; import { MerchantApiClient } from "@gnu-taler/taler-util"; /** diff --git a/packages/taler-harness/src/integrationtests/test-clause-schnorr.ts b/packages/taler-harness/src/integrationtests/test-clause-schnorr.ts @@ -25,7 +25,7 @@ import { createSimpleTestkudosEnvironmentV3, makeTestPaymentV2, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; /** * Run test for basic, bank-integrated withdrawal and payment. diff --git a/packages/taler-harness/src/integrationtests/test-currency-scope.ts b/packages/taler-harness/src/integrationtests/test-currency-scope.ts @@ -33,7 +33,7 @@ import { createWalletDaemonWithClient, withdrawViaBankV2, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; /** * Run test for basic, bank-integrated withdrawal and payment. diff --git a/packages/taler-harness/src/integrationtests/test-denom-lost.ts b/packages/taler-harness/src/integrationtests/test-denom-lost.ts @@ -22,7 +22,7 @@ import { GlobalTestState } from "../harness/harness.js"; import { createSimpleTestkudosEnvironmentV3, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; /** * Run test for refreshe after a payment. diff --git a/packages/taler-harness/src/integrationtests/test-denom-unoffered.ts b/packages/taler-harness/src/integrationtests/test-denom-unoffered.ts @@ -29,7 +29,7 @@ import { GlobalTestState } from "../harness/harness.js"; import { createSimpleTestkudosEnvironmentV3, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; export async function runDenomUnofferedTest(t: GlobalTestState) { // Set up test environment diff --git a/packages/taler-harness/src/integrationtests/test-deposit.ts b/packages/taler-harness/src/integrationtests/test-deposit.ts @@ -29,7 +29,7 @@ import { GlobalTestState, getTestHarnessPaytoForLabel } from "../harness/harness import { createSimpleTestkudosEnvironmentV3, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; /** * Run test for basic, bank-integrated withdrawal and payment. diff --git a/packages/taler-harness/src/integrationtests/test-exchange-deposit.ts b/packages/taler-harness/src/integrationtests/test-exchange-deposit.ts @@ -38,7 +38,7 @@ import { withdrawCoin, } from "@gnu-taler/taler-wallet-core/dbless"; import { GlobalTestState } from "../harness/harness.js"; -import { createSimpleTestkudosEnvironmentV2 } from "../harness/helpers.js"; +import { createSimpleTestkudosEnvironmentV2 } from "../harness/environments.js"; /** * Run test for basic, bank-integrated withdrawal and payment. diff --git a/packages/taler-harness/src/integrationtests/test-exchange-management.ts b/packages/taler-harness/src/integrationtests/test-exchange-management.ts @@ -19,7 +19,7 @@ */ import { WalletApiOperation } from "@gnu-taler/taler-wallet-core"; import { GlobalTestState } from "../harness/harness.js"; -import { createSimpleTestkudosEnvironmentV3 } from "../harness/helpers.js"; +import { createSimpleTestkudosEnvironmentV3 } from "../harness/environments.js"; /** * Test if the wallet handles outdated exchange versions correctly. diff --git a/packages/taler-harness/src/integrationtests/test-exchange-master-pub-change.ts b/packages/taler-harness/src/integrationtests/test-exchange-master-pub-change.ts @@ -32,7 +32,7 @@ import { import { createSimpleTestkudosEnvironmentV3, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; /** * Test the wallet's behavior when the exchange switches to a completely diff --git a/packages/taler-harness/src/integrationtests/test-exchange-purse.ts b/packages/taler-harness/src/integrationtests/test-exchange-purse.ts @@ -44,7 +44,7 @@ import { withdrawCoin, } from "@gnu-taler/taler-wallet-core/dbless"; import { GlobalTestState, harnessHttpLib } from "../harness/harness.js"; -import { createSimpleTestkudosEnvironmentV2 } from "../harness/helpers.js"; +import { createSimpleTestkudosEnvironmentV2 } from "../harness/environments.js"; /** * Test the exchange's purse API. diff --git a/packages/taler-harness/src/integrationtests/test-exchange-timetravel.ts b/packages/taler-harness/src/integrationtests/test-exchange-timetravel.ts @@ -44,7 +44,7 @@ import { applyTimeTravelV2, createWalletDaemonWithClient, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; const logger = new Logger("test-exchange-timetravel.ts"); diff --git a/packages/taler-harness/src/integrationtests/test-fee-regression.ts b/packages/taler-harness/src/integrationtests/test-fee-regression.ts @@ -35,7 +35,7 @@ import { createWalletDaemonWithClient, makeTestPaymentV2, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; /** * Run a test case with a simple TESTKUDOS Taler environment, consisting diff --git a/packages/taler-harness/src/integrationtests/test-forced-selection.ts b/packages/taler-harness/src/integrationtests/test-forced-selection.ts @@ -20,7 +20,7 @@ import { AmountString, j2s } from "@gnu-taler/taler-util"; import { WalletApiOperation } from "@gnu-taler/taler-wallet-core"; import { GlobalTestState } from "../harness/harness.js"; -import { createSimpleTestkudosEnvironmentV2 } from "../harness/helpers.js"; +import { createSimpleTestkudosEnvironmentV2 } from "../harness/environments.js"; /** * Run test for forced denom/coin selection. diff --git a/packages/taler-harness/src/integrationtests/test-kyc-balance-withdrawal.ts b/packages/taler-harness/src/integrationtests/test-kyc-balance-withdrawal.ts @@ -48,7 +48,7 @@ import { EnvOptions, postAmlDecisionNoRules, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; interface KycTestEnv { commonDb: DbInfo; diff --git a/packages/taler-harness/src/integrationtests/test-kyc-deposit-aggregate.ts b/packages/taler-harness/src/integrationtests/test-kyc-deposit-aggregate.ts @@ -43,7 +43,7 @@ import { EnvOptions, postAmlDecisionNoRules, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; interface KycTestEnv { commonDb: DbInfo; diff --git a/packages/taler-harness/src/integrationtests/test-kyc-deposit-deposit-kyctransfer.ts b/packages/taler-harness/src/integrationtests/test-kyc-deposit-deposit-kyctransfer.ts @@ -47,7 +47,7 @@ import { EnvOptions, postAmlDecisionNoRules, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; const logger = new Logger("test-kyc-deposit-deposit.ts"); diff --git a/packages/taler-harness/src/integrationtests/test-kyc-deposit-deposit.ts b/packages/taler-harness/src/integrationtests/test-kyc-deposit-deposit.ts @@ -44,7 +44,7 @@ import { EnvOptions, postAmlDecisionNoRules, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; const logger = new Logger("test-kyc-deposit-deposit.ts"); diff --git a/packages/taler-harness/src/integrationtests/test-kyc-exchange-wallet.ts b/packages/taler-harness/src/integrationtests/test-kyc-exchange-wallet.ts @@ -41,7 +41,7 @@ import { WalletClient, WalletService, } from "../harness/harness.js"; -import { EnvOptions, postAmlDecisionNoRules } from "../harness/helpers.js"; +import { EnvOptions, postAmlDecisionNoRules } from "../harness/environments.js"; interface KycTestEnv { commonDb: DbInfo; diff --git a/packages/taler-harness/src/integrationtests/test-kyc-form-withdrawal.ts b/packages/taler-harness/src/integrationtests/test-kyc-form-withdrawal.ts @@ -48,7 +48,7 @@ import { WalletClient, WalletService, } from "../harness/harness.js"; -import { EnvOptions, withdrawViaBankV3 } from "../harness/helpers.js"; +import { EnvOptions, withdrawViaBankV3 } from "../harness/environments.js"; interface KycTestEnv { commonDb: DbInfo; diff --git a/packages/taler-harness/src/integrationtests/test-kyc-merchant-aggregate.ts b/packages/taler-harness/src/integrationtests/test-kyc-merchant-aggregate.ts @@ -41,7 +41,7 @@ import { EnvOptions, makeTestPaymentV2, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; interface KycTestEnv { commonDb: DbInfo; diff --git a/packages/taler-harness/src/integrationtests/test-kyc-merchant-deposit.ts b/packages/taler-harness/src/integrationtests/test-kyc-merchant-deposit.ts @@ -58,7 +58,7 @@ import { EnvOptions, postAmlDecisionNoRules, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; const logger = new Logger(`test-kyc-merchant-deposit.ts`); diff --git a/packages/taler-harness/src/integrationtests/test-kyc-new-measure.ts b/packages/taler-harness/src/integrationtests/test-kyc-new-measure.ts @@ -53,7 +53,7 @@ import { EnvOptions, postAmlDecision, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; interface KycTestEnv { commonDb: DbInfo; diff --git a/packages/taler-harness/src/integrationtests/test-kyc-peer-pull.ts b/packages/taler-harness/src/integrationtests/test-kyc-peer-pull.ts @@ -50,7 +50,7 @@ import { EnvOptions, postAmlDecisionNoRules, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; interface KycTestEnv { commonDb: DbInfo; diff --git a/packages/taler-harness/src/integrationtests/test-kyc-peer-push.ts b/packages/taler-harness/src/integrationtests/test-kyc-peer-push.ts @@ -49,7 +49,7 @@ import { EnvOptions, postAmlDecisionNoRules, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; interface KycTestEnv { commonDb: DbInfo; diff --git a/packages/taler-harness/src/integrationtests/test-kyc-threshold-withdrawal.ts b/packages/taler-harness/src/integrationtests/test-kyc-threshold-withdrawal.ts @@ -41,7 +41,7 @@ import { WalletClient, WalletService, } from "../harness/harness.js"; -import { EnvOptions, postAmlDecisionNoRules } from "../harness/helpers.js"; +import { EnvOptions, postAmlDecisionNoRules } from "../harness/environments.js"; interface KycTestEnv { commonDb: DbInfo; diff --git a/packages/taler-harness/src/integrationtests/test-kyc.ts b/packages/taler-harness/src/integrationtests/test-kyc.ts @@ -43,7 +43,7 @@ import { harnessHttpLib, setupDb, } from "../harness/harness.js"; -import { EnvOptions, SimpleTestEnvironmentNg3 } from "../harness/helpers.js"; +import { EnvOptions, SimpleTestEnvironmentNg3 } from "../harness/environments.js"; const logger = new Logger("test-kyc.ts"); diff --git a/packages/taler-harness/src/integrationtests/test-libeufin-bank.ts b/packages/taler-harness/src/integrationtests/test-libeufin-bank.ts @@ -39,7 +39,7 @@ import { generateRandomTestIban, setupDb, } from "../harness/harness.js"; -import { createWalletDaemonWithClient } from "../harness/helpers.js"; +import { createWalletDaemonWithClient } from "../harness/environments.js"; const logger = new Logger("test-libeufin-bank.ts"); diff --git a/packages/taler-harness/src/integrationtests/test-merchant-exchange-confusion.ts b/packages/taler-harness/src/integrationtests/test-merchant-exchange-confusion.ts @@ -47,7 +47,7 @@ import { createWalletDaemonWithClient, FaultyMerchantTestEnvironmentNg, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; /** * Run a test case with a simple TESTKUDOS Taler environment, consisting diff --git a/packages/taler-harness/src/integrationtests/test-merchant-longpolling.ts b/packages/taler-harness/src/integrationtests/test-merchant-longpolling.ts @@ -29,7 +29,7 @@ import { GlobalTestState, harnessHttpLib } from "../harness/harness.js"; import { createSimpleTestkudosEnvironmentV3, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; /** * Run test for basic, bank-integrated withdrawal. diff --git a/packages/taler-harness/src/integrationtests/test-merchant-refund-api.ts b/packages/taler-harness/src/integrationtests/test-merchant-refund-api.ts @@ -34,7 +34,7 @@ import { import { createSimpleTestkudosEnvironmentV3, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; async function testRefundApiWithFulfillmentUrl( t: GlobalTestState, diff --git a/packages/taler-harness/src/integrationtests/test-merchant-spec-public-orders.ts b/packages/taler-harness/src/integrationtests/test-merchant-spec-public-orders.ts @@ -37,7 +37,7 @@ import { createSimpleTestkudosEnvironmentV3, createWalletDaemonWithClient, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; interface Context { merchant: MerchantService; diff --git a/packages/taler-harness/src/integrationtests/test-multiexchange.ts b/packages/taler-harness/src/integrationtests/test-multiexchange.ts @@ -34,7 +34,7 @@ import { makeTestPaymentV2, withdrawViaBankV2, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; /** * Run test for basic, bank-integrated withdrawal and payment. diff --git a/packages/taler-harness/src/integrationtests/test-otp.ts b/packages/taler-harness/src/integrationtests/test-otp.ts @@ -32,7 +32,7 @@ import { GlobalTestState } from "../harness/harness.js"; import { createSimpleTestkudosEnvironmentV3, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; /** * Run test for basic, bank-integrated withdrawal and payment. diff --git a/packages/taler-harness/src/integrationtests/test-pay-paid.ts b/packages/taler-harness/src/integrationtests/test-pay-paid.ts @@ -30,7 +30,7 @@ import { GlobalTestState, harnessHttpLib } from "../harness/harness.js"; import { createFaultInjectedMerchantTestkudosEnvironment, withdrawViaBankV2, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; /** * Run test for the wallets repurchase detection mechanism diff --git a/packages/taler-harness/src/integrationtests/test-payment-abort.ts b/packages/taler-harness/src/integrationtests/test-payment-abort.ts @@ -33,7 +33,7 @@ import { GlobalTestState, harnessHttpLib } from "../harness/harness.js"; import { createFaultInjectedMerchantTestkudosEnvironment, withdrawViaBankV2, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; export async function runPaymentAbortTest(t: GlobalTestState) { // Set up test environment diff --git a/packages/taler-harness/src/integrationtests/test-payment-claim.ts b/packages/taler-harness/src/integrationtests/test-payment-claim.ts @@ -28,7 +28,7 @@ import { createSimpleTestkudosEnvironmentV3, createWalletDaemonWithClient, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; /** * Run test where a wallet tries to claim an already claimed order. diff --git a/packages/taler-harness/src/integrationtests/test-payment-deleted.ts b/packages/taler-harness/src/integrationtests/test-payment-deleted.ts @@ -28,7 +28,7 @@ import { GlobalTestState } from "../harness/harness.js"; import { createSimpleTestkudosEnvironmentV3, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; /** * Test behavior when an order is deleted while the wallet is paying for it. diff --git a/packages/taler-harness/src/integrationtests/test-payment-expired.ts b/packages/taler-harness/src/integrationtests/test-payment-expired.ts @@ -32,7 +32,7 @@ import { applyTimeTravelV2, createSimpleTestkudosEnvironmentV3, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; /** * Run a test for the following scenario: diff --git a/packages/taler-harness/src/integrationtests/test-payment-fault.ts b/packages/taler-harness/src/integrationtests/test-payment-fault.ts @@ -44,7 +44,7 @@ import { import { createWalletDaemonWithClient, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; /** * Run test for basic, bank-integrated withdrawal. diff --git a/packages/taler-harness/src/integrationtests/test-payment-forgettable.ts b/packages/taler-harness/src/integrationtests/test-payment-forgettable.ts @@ -23,7 +23,7 @@ import { createSimpleTestkudosEnvironmentV3, makeTestPaymentV2, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; import { TalerMerchantApi } from "@gnu-taler/taler-util"; /** diff --git a/packages/taler-harness/src/integrationtests/test-payment-idempotency.ts b/packages/taler-harness/src/integrationtests/test-payment-idempotency.ts @@ -23,7 +23,7 @@ import { GlobalTestState } from "../harness/harness.js"; import { createSimpleTestkudosEnvironmentV3, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; /** * Test the wallet-core payment API, especially that repeated operations diff --git a/packages/taler-harness/src/integrationtests/test-payment-multiple.ts b/packages/taler-harness/src/integrationtests/test-payment-multiple.ts @@ -31,7 +31,7 @@ import { import { createWalletDaemonWithClient, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; async function setupTest(t: GlobalTestState): Promise<{ merchant: MerchantService; diff --git a/packages/taler-harness/src/integrationtests/test-payment-share.ts b/packages/taler-harness/src/integrationtests/test-payment-share.ts @@ -31,7 +31,7 @@ import { createSimpleTestkudosEnvironmentV3, createWalletDaemonWithClient, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; /** * Run test for basic, bank-integrated withdrawal and payment. diff --git a/packages/taler-harness/src/integrationtests/test-payment-template.ts b/packages/taler-harness/src/integrationtests/test-payment-template.ts @@ -30,7 +30,7 @@ import { GlobalTestState } from "../harness/harness.js"; import { createSimpleTestkudosEnvironmentV3, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; /** * Test for taler://payment-template/ URIs diff --git a/packages/taler-harness/src/integrationtests/test-payment-transient.ts b/packages/taler-harness/src/integrationtests/test-payment-transient.ts @@ -32,7 +32,7 @@ import { GlobalTestState, harnessHttpLib } from "../harness/harness.js"; import { createFaultInjectedMerchantTestkudosEnvironment, withdrawViaBankV2, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; /** * Run test for a payment where the merchant has a transient diff --git a/packages/taler-harness/src/integrationtests/test-payment-zero.ts b/packages/taler-harness/src/integrationtests/test-payment-zero.ts @@ -23,7 +23,7 @@ import { createSimpleTestkudosEnvironmentV3, withdrawViaBankV3, makeTestPaymentV2, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; import { TransactionMajorState } from "@gnu-taler/taler-util"; /** diff --git a/packages/taler-harness/src/integrationtests/test-payment.ts b/packages/taler-harness/src/integrationtests/test-payment.ts @@ -24,7 +24,7 @@ import { createSimpleTestkudosEnvironmentV3, makeTestPaymentV2, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; /** * Run test for basic, bank-integrated withdrawal and payment. diff --git a/packages/taler-harness/src/integrationtests/test-paywall-flow.ts b/packages/taler-harness/src/integrationtests/test-paywall-flow.ts @@ -29,7 +29,7 @@ import { GlobalTestState, harnessHttpLib } from "../harness/harness.js"; import { createSimpleTestkudosEnvironmentV3, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; /** * Run test for basic, bank-integrated withdrawal. diff --git a/packages/taler-harness/src/integrationtests/test-peer-pull-large.ts b/packages/taler-harness/src/integrationtests/test-peer-pull-large.ts @@ -40,7 +40,7 @@ import { createSimpleTestkudosEnvironmentV2, createWalletDaemonWithClient, withdrawViaBankV2, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; const coinCommon = { cipher: "RSA" as const, diff --git a/packages/taler-harness/src/integrationtests/test-peer-push-large.ts b/packages/taler-harness/src/integrationtests/test-peer-push-large.ts @@ -34,7 +34,7 @@ import { createSimpleTestkudosEnvironmentV2, createWalletDaemonWithClient, withdrawViaBankV2, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; import { CoinConfig } from "../harness/denomStructures.js"; const coinCommon = { diff --git a/packages/taler-harness/src/integrationtests/test-peer-repair.ts b/packages/taler-harness/src/integrationtests/test-peer-repair.ts @@ -34,7 +34,7 @@ import { createSimpleTestkudosEnvironmentV3, createWalletDaemonWithClient, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; export async function runPeerRepairTest(t: GlobalTestState) { // Set up test environment diff --git a/packages/taler-harness/src/integrationtests/test-peer-to-peer-pull.ts b/packages/taler-harness/src/integrationtests/test-peer-to-peer-pull.ts @@ -39,7 +39,7 @@ import { createSimpleTestkudosEnvironmentV3, createWalletDaemonWithClient, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; /** * Run test for basic, bank-integrated withdrawal and payment. diff --git a/packages/taler-harness/src/integrationtests/test-peer-to-peer-push.ts b/packages/taler-harness/src/integrationtests/test-peer-to-peer-push.ts @@ -34,7 +34,7 @@ import { createSimpleTestkudosEnvironmentV3, createWalletDaemonWithClient, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; /** * Run a test for basic peer-push payments. diff --git a/packages/taler-harness/src/integrationtests/test-refund-auto.ts b/packages/taler-harness/src/integrationtests/test-refund-auto.ts @@ -28,7 +28,7 @@ import { GlobalTestState } from "../harness/harness.js"; import { createSimpleTestkudosEnvironmentV3, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; /** * Run test for basic, bank-integrated withdrawal. diff --git a/packages/taler-harness/src/integrationtests/test-refund-gone.ts b/packages/taler-harness/src/integrationtests/test-refund-gone.ts @@ -30,7 +30,7 @@ import { applyTimeTravelV2, createSimpleTestkudosEnvironmentV3, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; /** * Test wallet behavior when a refund expires before the wallet diff --git a/packages/taler-harness/src/integrationtests/test-refund-incremental.ts b/packages/taler-harness/src/integrationtests/test-refund-incremental.ts @@ -28,7 +28,7 @@ import { GlobalTestState, delayMs } from "../harness/harness.js"; import { createSimpleTestkudosEnvironmentV3, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; /** * Run test for basic, bank-integrated withdrawal. diff --git a/packages/taler-harness/src/integrationtests/test-refund.ts b/packages/taler-harness/src/integrationtests/test-refund.ts @@ -30,7 +30,7 @@ import { GlobalTestState } from "../harness/harness.js"; import { createSimpleTestkudosEnvironmentV3, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; export async function runRefundTest(t: GlobalTestState) { // Set up test environment diff --git a/packages/taler-harness/src/integrationtests/test-repurchase.ts b/packages/taler-harness/src/integrationtests/test-repurchase.ts @@ -28,7 +28,7 @@ import { GlobalTestState, harnessHttpLib } from "../harness/harness.js"; import { useSharedTestkudosEnvironment, withdrawViaBankV2, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; export async function runRepurchaseTest(t: GlobalTestState) { // Set up test environment diff --git a/packages/taler-harness/src/integrationtests/test-revocation.ts b/packages/taler-harness/src/integrationtests/test-revocation.ts @@ -39,7 +39,7 @@ import { createWalletDaemonWithClient, makeTestPaymentV2, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; async function revokeAllWalletCoins(req: { walletClient: WalletClient; diff --git a/packages/taler-harness/src/integrationtests/test-simple-payment.ts b/packages/taler-harness/src/integrationtests/test-simple-payment.ts @@ -23,7 +23,7 @@ import { withdrawViaBankV2, makeTestPaymentV2, useSharedTestkudosEnvironment, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; import { TalerMerchantApi } from "@gnu-taler/taler-util"; /** diff --git a/packages/taler-harness/src/integrationtests/test-stored-backups.ts b/packages/taler-harness/src/integrationtests/test-stored-backups.ts @@ -23,7 +23,7 @@ import { withdrawViaBankV2, makeTestPaymentV2, useSharedTestkudosEnvironment, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; import { TalerMerchantApi } from "@gnu-taler/taler-util"; /** diff --git a/packages/taler-harness/src/integrationtests/test-timetravel-autorefresh.ts b/packages/taler-harness/src/integrationtests/test-timetravel-autorefresh.ts @@ -40,7 +40,7 @@ import { applyTimeTravelV2, createWalletDaemonWithClient, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; /** * Basic time travel test. diff --git a/packages/taler-harness/src/integrationtests/test-timetravel-withdraw.ts b/packages/taler-harness/src/integrationtests/test-timetravel-withdraw.ts @@ -28,7 +28,7 @@ import { GlobalTestState } from "../harness/harness.js"; import { createSimpleTestkudosEnvironmentV3, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; /** * Basic time travel test. diff --git a/packages/taler-harness/src/integrationtests/test-tos-format.ts b/packages/taler-harness/src/integrationtests/test-tos-format.ts @@ -21,7 +21,7 @@ import { WalletApiOperation } from "@gnu-taler/taler-wallet-core"; import { GlobalTestState } from "../harness/harness.js"; import { createSimpleTestkudosEnvironmentV2, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; import * as fs from "fs"; /** diff --git a/packages/taler-harness/src/integrationtests/test-wallet-backup-basic.ts b/packages/taler-harness/src/integrationtests/test-wallet-backup-basic.ts @@ -24,7 +24,7 @@ import { createSimpleTestkudosEnvironmentV3, createWalletDaemonWithClient, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; import { SyncService } from "../harness/sync.js"; /** diff --git a/packages/taler-harness/src/integrationtests/test-wallet-backup-doublespend.ts b/packages/taler-harness/src/integrationtests/test-wallet-backup-doublespend.ts @@ -25,7 +25,7 @@ import { createWalletDaemonWithClient, makeTestPaymentV2, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; import { SyncService } from "../harness/sync.js"; export async function runWalletBackupDoublespendTest(t: GlobalTestState) { diff --git a/packages/taler-harness/src/integrationtests/test-wallet-balance-notifications.ts b/packages/taler-harness/src/integrationtests/test-wallet-balance-notifications.ts @@ -24,7 +24,7 @@ import { } from "@gnu-taler/taler-util"; import { WalletApiOperation } from "@gnu-taler/taler-wallet-core"; import { GlobalTestState } from "../harness/harness.js"; -import { createSimpleTestkudosEnvironmentV3 } from "../harness/helpers.js"; +import { createSimpleTestkudosEnvironmentV3 } from "../harness/environments.js"; /** * Test behavior when an order is deleted while the wallet is paying for it. diff --git a/packages/taler-harness/src/integrationtests/test-wallet-balance-zero.ts b/packages/taler-harness/src/integrationtests/test-wallet-balance-zero.ts @@ -25,7 +25,7 @@ import { createSimpleTestkudosEnvironmentV3, makeTestPaymentV2, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; /** * Related bugs: diff --git a/packages/taler-harness/src/integrationtests/test-wallet-balance.ts b/packages/taler-harness/src/integrationtests/test-wallet-balance.ts @@ -29,7 +29,7 @@ import { GlobalTestState } from "../harness/harness.js"; import { createSimpleTestkudosEnvironmentV3, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; /** * Test wallet: diff --git a/packages/taler-harness/src/integrationtests/test-wallet-blocked-deposit.ts b/packages/taler-harness/src/integrationtests/test-wallet-blocked-deposit.ts @@ -32,7 +32,7 @@ import { createWalletDaemonWithClient, makeTestPaymentV2, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; const coinCommon = { cipher: "RSA" as const, diff --git a/packages/taler-harness/src/integrationtests/test-wallet-blocked-pay-merchant.ts b/packages/taler-harness/src/integrationtests/test-wallet-blocked-pay-merchant.ts @@ -30,7 +30,7 @@ import { createWalletDaemonWithClient, makeTestPaymentV2, withdrawViaBankV2, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; const coinCommon = { cipher: "RSA" as const, diff --git a/packages/taler-harness/src/integrationtests/test-wallet-blocked-pay-peer-pull.ts b/packages/taler-harness/src/integrationtests/test-wallet-blocked-pay-peer-pull.ts @@ -35,7 +35,7 @@ import { createWalletDaemonWithClient, makeTestPaymentV2, withdrawViaBankV2, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; const coinCommon = { cipher: "RSA" as const, diff --git a/packages/taler-harness/src/integrationtests/test-wallet-blocked-pay-peer-push.ts b/packages/taler-harness/src/integrationtests/test-wallet-blocked-pay-peer-push.ts @@ -34,7 +34,7 @@ import { createWalletDaemonWithClient, makeTestPaymentV2, withdrawViaBankV2, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; const coinCommon = { cipher: "RSA" as const, diff --git a/packages/taler-harness/src/integrationtests/test-wallet-cli-termination.ts b/packages/taler-harness/src/integrationtests/test-wallet-cli-termination.ts @@ -24,7 +24,7 @@ import { GlobalTestState, setupDb, } from "../harness/harness.js"; -import { createSimpleTestkudosEnvironmentV3 } from "harness/helpers.js"; +import { createSimpleTestkudosEnvironmentV3 } from "harness/environments.js"; /** * Test that run-until-done of taler-wallet-cli terminates. diff --git a/packages/taler-harness/src/integrationtests/test-wallet-config.ts b/packages/taler-harness/src/integrationtests/test-wallet-config.ts @@ -19,7 +19,7 @@ */ import { WalletApiOperation } from "@gnu-taler/taler-wallet-core"; import { GlobalTestState } from "../harness/harness.js"; -import { createWalletDaemonWithClient } from "../harness/helpers.js"; +import { createWalletDaemonWithClient } from "../harness/environments.js"; export async function runWalletConfigTest(t: GlobalTestState) { const w1 = await createWalletDaemonWithClient(t, { diff --git a/packages/taler-harness/src/integrationtests/test-wallet-dbless.ts b/packages/taler-harness/src/integrationtests/test-wallet-dbless.ts @@ -38,7 +38,7 @@ import { withdrawCoin, } from "@gnu-taler/taler-wallet-core/dbless"; import { GlobalTestState, harnessHttpLib } from "../harness/harness.js"; -import { createSimpleTestkudosEnvironmentV2 } from "../harness/helpers.js"; +import { createSimpleTestkudosEnvironmentV2 } from "../harness/environments.js"; /** * Run test for basic, bank-integrated withdrawal and payment. diff --git a/packages/taler-harness/src/integrationtests/test-wallet-dd48.ts b/packages/taler-harness/src/integrationtests/test-wallet-dd48.ts @@ -37,7 +37,7 @@ import { getTestHarnessPaytoForLabel, setupDb, } from "../harness/harness.js"; -import { withdrawViaBankV3 } from "../harness/helpers.js"; +import { withdrawViaBankV3 } from "../harness/environments.js"; /** * Test for DD48 notifications. diff --git a/packages/taler-harness/src/integrationtests/test-wallet-denom-expire.ts b/packages/taler-harness/src/integrationtests/test-wallet-denom-expire.ts @@ -28,7 +28,7 @@ import { applyTimeTravelV2, createSimpleTestkudosEnvironmentV3, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; const logger = new Logger("test-exchange-timetravel.ts"); diff --git a/packages/taler-harness/src/integrationtests/test-wallet-dev-experiments.ts b/packages/taler-harness/src/integrationtests/test-wallet-dev-experiments.ts @@ -19,7 +19,7 @@ */ import { WalletApiOperation } from "@gnu-taler/taler-wallet-core"; import { GlobalTestState } from "../harness/harness.js"; -import { createWalletDaemonWithClient } from "../harness/helpers.js"; +import { createWalletDaemonWithClient } from "../harness/environments.js"; export async function runWalletDevExperimentsTest(t: GlobalTestState) { const w1 = await createWalletDaemonWithClient(t, { diff --git a/packages/taler-harness/src/integrationtests/test-wallet-exchange-update.ts b/packages/taler-harness/src/integrationtests/test-wallet-exchange-update.ts @@ -39,7 +39,7 @@ import { createWalletDaemonWithClient, withdrawViaBankV2, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; /** * Test how the wallet reacts when an exchange unexpectedly updates diff --git a/packages/taler-harness/src/integrationtests/test-wallet-gendb.ts b/packages/taler-harness/src/integrationtests/test-wallet-gendb.ts @@ -32,7 +32,7 @@ import { createSimpleTestkudosEnvironmentV3, makeTestPaymentV2, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; /** * Test that creates various transactions and exports the resulting diff --git a/packages/taler-harness/src/integrationtests/test-wallet-insufficient-balance.ts b/packages/taler-harness/src/integrationtests/test-wallet-insufficient-balance.ts @@ -36,7 +36,7 @@ import { import { createSimpleTestkudosEnvironmentV3, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; export async function runWalletInsufficientBalanceTest(t: GlobalTestState) { // Set up test environment diff --git a/packages/taler-harness/src/integrationtests/test-wallet-network-availability.ts b/packages/taler-harness/src/integrationtests/test-wallet-network-availability.ts @@ -26,7 +26,7 @@ import { } from "@gnu-taler/taler-util"; import { WalletApiOperation, parseTransactionIdentifier } from "@gnu-taler/taler-wallet-core"; import { GlobalTestState, getTestHarnessPaytoForLabel } from "harness/harness.js"; -import { createSimpleTestkudosEnvironmentV3, withdrawViaBankV3 } from "harness/helpers.js"; +import { createSimpleTestkudosEnvironmentV3, withdrawViaBankV3 } from "harness/environments.js"; import { TaskRunResultType } from "../../../taler-wallet-core/src/common.js"; /** diff --git a/packages/taler-harness/src/integrationtests/test-wallet-observability.ts b/packages/taler-harness/src/integrationtests/test-wallet-observability.ts @@ -29,7 +29,7 @@ import { getTestHarnessPaytoForLabel, setupDb, } from "../harness/harness.js"; -import { withdrawViaBankV3 } from "../harness/helpers.js"; +import { withdrawViaBankV3 } from "../harness/environments.js"; export async function runWalletObservabilityTest(t: GlobalTestState) { // Set up test environment diff --git a/packages/taler-harness/src/integrationtests/test-wallet-refresh-errors.ts b/packages/taler-harness/src/integrationtests/test-wallet-refresh-errors.ts @@ -24,7 +24,7 @@ import { GlobalTestState } from "../harness/harness.js"; import { createSimpleTestkudosEnvironmentV2, withdrawViaBankV2, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; const coinCommon = { cipher: "RSA" as const, diff --git a/packages/taler-harness/src/integrationtests/test-wallet-refresh.ts b/packages/taler-harness/src/integrationtests/test-wallet-refresh.ts @@ -35,7 +35,7 @@ import { createSimpleTestkudosEnvironmentV3, makeTestPaymentV2, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; /** * Run test for refreshe after a payment. diff --git a/packages/taler-harness/src/integrationtests/test-wallet-transactions.ts b/packages/taler-harness/src/integrationtests/test-wallet-transactions.ts @@ -24,7 +24,7 @@ import { makeTestPaymentV2, useSharedTestkudosEnvironment, withdrawViaBankV2, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; export async function runWalletTransactionsTest(t: GlobalTestState) { // Set up test environment diff --git a/packages/taler-harness/src/integrationtests/test-wallet-wirefees.ts b/packages/taler-harness/src/integrationtests/test-wallet-wirefees.ts @@ -38,7 +38,7 @@ import { import { createWalletDaemonWithClient, withdrawViaBankV3, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; /** * Test payment where the exchange charges wire fees. diff --git a/packages/taler-harness/src/integrationtests/test-wallettesting.ts b/packages/taler-harness/src/integrationtests/test-wallettesting.ts @@ -30,7 +30,7 @@ import { SimpleTestEnvironmentNg3, createSimpleTestkudosEnvironmentV3, createWalletDaemonWithClient, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; const merchantAuthToken = "secret-token:sandbox"; diff --git a/packages/taler-harness/src/integrationtests/test-withdrawal-abort-bank.ts b/packages/taler-harness/src/integrationtests/test-withdrawal-abort-bank.ts @@ -20,7 +20,7 @@ import { TalerErrorCode } from "@gnu-taler/taler-util"; import { WalletApiOperation } from "@gnu-taler/taler-wallet-core"; import { GlobalTestState } from "../harness/harness.js"; -import { createSimpleTestkudosEnvironmentV3 } from "../harness/helpers.js"; +import { createSimpleTestkudosEnvironmentV3 } from "../harness/environments.js"; /** * Run test for basic, bank-integrated withdrawal. diff --git a/packages/taler-harness/src/integrationtests/test-withdrawal-amount.ts b/packages/taler-harness/src/integrationtests/test-withdrawal-amount.ts @@ -25,7 +25,7 @@ import { } from "@gnu-taler/taler-util"; import { WalletApiOperation } from "@gnu-taler/taler-wallet-core"; import { GlobalTestState } from "../harness/harness.js"; -import { createSimpleTestkudosEnvironmentV3 } from "../harness/helpers.js"; +import { createSimpleTestkudosEnvironmentV3 } from "../harness/environments.js"; const logger = new Logger("test-withdrawal-manual.ts"); diff --git a/packages/taler-harness/src/integrationtests/test-withdrawal-bank-integrated.ts b/packages/taler-harness/src/integrationtests/test-withdrawal-bank-integrated.ts @@ -27,7 +27,7 @@ import { } from "@gnu-taler/taler-util"; import { WalletApiOperation } from "@gnu-taler/taler-wallet-core"; import { GlobalTestState } from "../harness/harness.js"; -import { createSimpleTestkudosEnvironmentV3 } from "../harness/helpers.js"; +import { createSimpleTestkudosEnvironmentV3 } from "../harness/environments.js"; /** * Run test for basic, bank-integrated withdrawal. diff --git a/packages/taler-harness/src/integrationtests/test-withdrawal-conversion.ts b/packages/taler-harness/src/integrationtests/test-withdrawal-conversion.ts @@ -41,7 +41,7 @@ import { getTestHarnessPaytoForLabel, setupDb, } from "../harness/harness.js"; -import { createWalletDaemonWithClient } from "../harness/helpers.js"; +import { createWalletDaemonWithClient } from "../harness/environments.js"; const logger = new Logger("test-withdrawal-conversion.ts"); diff --git a/packages/taler-harness/src/integrationtests/test-withdrawal-external.ts b/packages/taler-harness/src/integrationtests/test-withdrawal-external.ts @@ -25,7 +25,7 @@ import { } from "@gnu-taler/taler-util"; import { WalletApiOperation } from "@gnu-taler/taler-wallet-core"; import { GlobalTestState } from "../harness/harness.js"; -import { createSimpleTestkudosEnvironmentV3 } from "../harness/helpers.js"; +import { createSimpleTestkudosEnvironmentV3 } from "../harness/environments.js"; /** * Test for a withdrawal that is externally confirmed. diff --git a/packages/taler-harness/src/integrationtests/test-withdrawal-flex.ts b/packages/taler-harness/src/integrationtests/test-withdrawal-flex.ts @@ -20,7 +20,7 @@ import { j2s } from "@gnu-taler/taler-util"; import { WalletApiOperation } from "@gnu-taler/taler-wallet-core"; import { GlobalTestState } from "../harness/harness.js"; -import { createSimpleTestkudosEnvironmentV3 } from "../harness/helpers.js"; +import { createSimpleTestkudosEnvironmentV3 } from "../harness/environments.js"; /** * Run test for bank-integrated withdrawal with flexible amount, diff --git a/packages/taler-harness/src/integrationtests/test-withdrawal-handover.ts b/packages/taler-harness/src/integrationtests/test-withdrawal-handover.ts @@ -29,7 +29,7 @@ import { GlobalTestState } from "../harness/harness.js"; import { createSimpleTestkudosEnvironmentV3, createWalletDaemonWithClient, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; /** * Test handing over a withdrawal to another wallet. diff --git a/packages/taler-harness/src/integrationtests/test-withdrawal-idempotent.ts b/packages/taler-harness/src/integrationtests/test-withdrawal-idempotent.ts @@ -45,7 +45,7 @@ import { } from "@gnu-taler/taler-wallet-core/dbless"; import { DenominationRecord } from "../../../taler-wallet-core/src/db.js"; import { GlobalTestState, harnessHttpLib } from "../harness/harness.js"; -import { createSimpleTestkudosEnvironmentV2 } from "../harness/helpers.js"; +import { createSimpleTestkudosEnvironmentV2 } from "../harness/environments.js"; /** * Run test for basic, bank-integrated withdrawal and payment. diff --git a/packages/taler-harness/src/integrationtests/test-withdrawal-manual.ts b/packages/taler-harness/src/integrationtests/test-withdrawal-manual.ts @@ -27,7 +27,7 @@ import { } from "@gnu-taler/taler-util"; import { WalletApiOperation } from "@gnu-taler/taler-wallet-core"; import { GlobalTestState } from "../harness/harness.js"; -import { createSimpleTestkudosEnvironmentV3 } from "../harness/helpers.js"; +import { createSimpleTestkudosEnvironmentV3 } from "../harness/environments.js"; const logger = new Logger("test-withdrawal-manual.ts"); diff --git a/packages/taler-harness/src/integrationtests/test-withdrawal-prepare.ts b/packages/taler-harness/src/integrationtests/test-withdrawal-prepare.ts @@ -20,7 +20,7 @@ import { j2s, Logger } from "@gnu-taler/taler-util"; import { WalletApiOperation } from "@gnu-taler/taler-wallet-core"; import { GlobalTestState } from "../harness/harness.js"; -import { createSimpleTestkudosEnvironmentV3 } from "../harness/helpers.js"; +import { createSimpleTestkudosEnvironmentV3 } from "../harness/environments.js"; const logger = new Logger("test-withdrawal-prepare.ts"); diff --git a/packages/taler-harness/src/integrationtests/testrunner.ts b/packages/taler-harness/src/integrationtests/testrunner.ts @@ -27,7 +27,7 @@ import { runTestWithState, shouldLingerInTest, } from "../harness/harness.js"; -import { getSharedTestDir } from "../harness/helpers.js"; +import { getSharedTestDir } from "../harness/environments.js"; import { runAccountRestrictionsTest } from "./test-account-restrictions.js"; import { runAgeRestrictionsDepositTest } from "./test-age-restrictions-deposit.js"; import { runAgeRestrictionsMerchantTest } from "./test-age-restrictions-merchant.js";