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: myTAP implementation of pgTAP runtests #50

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Oct 26, 2019

  1. Stop installation process on any failure

    Michał Sadowski committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    ebe635b View commit details
    Browse the repository at this point in the history
  2. There's no time to sleep

    Michał Sadowski committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    25eb397 View commit details
    Browse the repository at this point in the history
  3. Removed scary message

    Tests do not take 40 seconds on my 10yo laptop
    Michał Sadowski committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    7e3ddb4 View commit details
    Browse the repository at this point in the history
  4. All test files are now prefixed

    Michał Sadowski committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    f68d0f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2019

  1. Installation script is now able to discover tests

    Michał Sadowski committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    7d5da66 View commit details
    Browse the repository at this point in the history
  2. fixup! Installation script is now able to discover tests

    Removed ambiguity on test file names
    Michał Sadowski committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    41985b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. Added possibility to run all tests in database as suite

    Michał Sadowski committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    e7c235e View commit details
    Browse the repository at this point in the history
  2. Tests can be run in random order and this order can be repeated

    Michał Sadowski committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    f745ff7 View commit details
    Browse the repository at this point in the history
  3. Add information which test is currently running

    Michał Sadowski committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    aa8c0d4 View commit details
    Browse the repository at this point in the history