Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0][FW] [15.0][IMP] bank-payment : test performance improvement #1350

Commits on Sep 19, 2024

  1. [IMP] account_banking_mandate: test performance improvement

    - Include context keys for avoiding mail operations overhead.
    josep-tecnativa authored and sebalix committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8a3b280 View commit details
    Browse the repository at this point in the history
  2. [IMP] account_banking_mandate_contact: test performance improvement

    - Switch to setUpClass for avoiding repeat the same setup for each test.
    - Include context keys for avoiding mail operations overhead.
    josep-tecnativa authored and sebalix committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    c298954 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d571a02 View commit details
    Browse the repository at this point in the history
  4. [IMP] account_banking_sepa_direct_debit: test performance improvement

    - Switch to setUpClass (if needed) for avoiding repeat the same setup for each test.
    - Include context keys for avoiding mail operations overhead.
    josep-tecnativa authored and sebalix committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    4061735 View commit details
    Browse the repository at this point in the history
  5. [IMP] account_payment_mode: test performance improvement

    - Include context keys for avoiding mail operations overhead.
    josep-tecnativa authored and sebalix committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    fb44314 View commit details
    Browse the repository at this point in the history
  6. [IMP] account_payment_order: test performance improvement

    - Create setUpClass method
    - Switch to setUpClass (if needed) for avoiding repeat the same setup for each test.
    - Include context keys for avoiding mail operations overhead.
    josep-tecnativa authored and sebalix committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    7d9d540 View commit details
    Browse the repository at this point in the history
  7. [IMP] account_payment_partner: test performance improvement

    - Include context keys for avoiding mail operations overhead.
    josep-tecnativa authored and sebalix committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    365ea50 View commit details
    Browse the repository at this point in the history
  8. [IMP] account_payment_sale: test performance improvement

    - Create setUpClass method
    - Include context keys for avoiding mail operations overhead.
    josep-tecnativa authored and sebalix committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    79d4b90 View commit details
    Browse the repository at this point in the history