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 indexes to test names so that Specmatic always generates tests with unique names. #1082

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

Commits on Apr 25, 2024

  1. If multiple tests with same name are generated, they will get suffixe…

    …d wih an index so that the test name is always unique.
    jaydeepk committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    afd8063 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    5239dd7 View commit details
    Browse the repository at this point in the history
  2. Fixed issue with incorrect response codes in test names for negative …

    …scenarios.
    
    Fixed space format issue in index label.
    Added test for negative test scenarios.
    burdeamit committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    4cb8d40 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Fixed the issue that will arise when using --filter-name argument to …

    …run only tests filtered out by name in test, due to incorrect position of index in test names.
    burdeamit committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    3f276bd View commit details
    Browse the repository at this point in the history
  2. Removed unused imports

    burdeamit committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    8f13d7c View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Restored the test: positive examples of 4xx should be able to have no…

    …n-string non-spec-conformant examples
    burdeamit committed May 1, 2024
    Configuration menu
    Copy the full SHA
    b5db049 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93d1ade View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c079382 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3aa0303 View commit details
    Browse the repository at this point in the history