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

Add --parallel, --bail and --grep params to the test task #2359

Merged
merged 26 commits into from
Feb 23, 2022

Commits on Feb 9, 2022

  1. Upgrade mocha to latest

    fvictorio committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    b97808f View commit details
    Browse the repository at this point in the history
  2. Add --parallel flag

    fvictorio committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    de16fcc View commit details
    Browse the repository at this point in the history
  3. Fix autocomplete test

    fvictorio committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    f498fc7 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Configuration menu
    Copy the full SHA
    ee68191 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    368c8bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c972d67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    983f554 View commit details
    Browse the repository at this point in the history
  5. Create hip-planes-invent.md

    fvictorio committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    345ebab View commit details
    Browse the repository at this point in the history
  6. Fix autocomplete tests

    fvictorio committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    ac001a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Update docs/guides/waffle-testing.md

    Co-authored-by: F. Eugene Aumson <feuGeneA@users.noreply.github.com>
    fvictorio and feuGeneA committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    30c1b7d View commit details
    Browse the repository at this point in the history
  2. Update docs/guides/waffle-testing.md

    Co-authored-by: F. Eugene Aumson <feuGeneA@users.noreply.github.com>
    fvictorio and feuGeneA committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    057dcdf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe479e0 View commit details
    Browse the repository at this point in the history
  4. Update packages/hardhat-core/src/builtin-tasks/test.ts

    Co-authored-by: Patricio Palladino <email@patriciopalladino.com>
    fvictorio and alcuadrado committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    b399960 View commit details
    Browse the repository at this point in the history
  5. Update packages/hardhat-core/src/builtin-tasks/test.ts

    Co-authored-by: Patricio Palladino <email@patriciopalladino.com>
    fvictorio and alcuadrado committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    7feb7f3 View commit details
    Browse the repository at this point in the history
  6. Fix linter

    fvictorio committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    19df511 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bf6417e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    60def3a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b74ee2e View commit details
    Browse the repository at this point in the history
  10. Add tests for test task

    fvictorio committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    84b070c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3917ebe View commit details
    Browse the repository at this point in the history
  12. Fix linter

    fvictorio committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    3047a83 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Fix autocomplete test

    fvictorio committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    8ba2070 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36411fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2aa70d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Make SourceReference serializable

    SolidityError instances cannot be JSON.stringified because they contain circular references. This causes an issue with parallel tests, because mocha tries to serialize errors thrown by tests.
    
    This commit changes the SourceReference interface to prevent these circular references.
    fvictorio committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    7e8208a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a6d522 View commit details
    Browse the repository at this point in the history