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

WIP Run tests in parallel #670

Draft
wants to merge 11 commits into
base: stable
Choose a base branch
from
Draft

WIP Run tests in parallel #670

wants to merge 11 commits into from

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    681c942 View commit details
    Browse the repository at this point in the history
  2. Use models' methods in mutualSubscriptions and subscribeToAsync helpers

    These methods are a way faster than HTTP-requests
    davidmz committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    e043e43 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Add just* function helpers for the faster tests setup

    The just* functions create objects using the model API (without HTTP requests) and without any checks. Use them to speed up test setup (for example, in beforeEach) when object creation is not the purpose of the test.
    davidmz committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    c52a410 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    52d78a3 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Configuration menu
    Copy the full SHA
    def11c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2941e2b View commit details
    Browse the repository at this point in the history
  3. Update testing node script

    davidmz committed May 4, 2024
    Configuration menu
    Copy the full SHA
    3414eb6 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Configuration menu
    Copy the full SHA
    4232a1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6eb5c74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79265a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94504b8 View commit details
    Browse the repository at this point in the history