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

Recursive type definitions are not supported #67

Closed
joelrosario opened this issue Sep 7, 2020 · 0 comments · Fixed by #68
Closed

Recursive type definitions are not supported #67

joelrosario opened this issue Sep 7, 2020 · 0 comments · Fixed by #68
Assignees
Labels
enhancement Improvement to an existing feature

Comments

@joelrosario
Copy link
Member

Qontract goes into an infinite recursion when testing backward compatibility of the following:

Feature: Recursive
  Scenario: Recursive
    Given json Type
    | data | (Type) |
    When GET /
    Then status 200
    And response-body (Type)
@joelrosario joelrosario self-assigned this Sep 7, 2020
@joelrosario joelrosario added the enhancement Improvement to an existing feature label Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement to an existing feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant