Skip to content

Commit cacf54c

Browse files
committed
feat: Added info in yaml tests
1 parent 1d5b5d5 commit cacf54c

File tree

7 files changed

+28
-0
lines changed
  • test/projects/document-group
    • path-operations
      • not-hang-up-when-processing-cycled-chain-for-response
      • not-hang-up-when-processing-for-response-which-points-to-itself
      • not-referenced-object
    • pathitems-operations
      • not-hang-up-when-processing-cycled-chain-for-response
      • not-hang-up-when-processing-for-response-which-points-to-itself
      • second-level-object-are-the-same-when-overriding-for-response

7 files changed

+28
-0
lines changed

test/projects/document-group/path-operations/not-hang-up-when-processing-cycled-chain-for-response/1.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
openapi: 3.1.0
2+
info:
3+
title: Sample API
4+
description: API specification example
5+
version: 1.0.0
26
paths:
37
/path1:
48
post:

test/projects/document-group/path-operations/not-hang-up-when-processing-for-response-which-points-to-itself/1.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
openapi: 3.1.0
2+
info:
3+
title: Sample API
4+
description: API specification example
5+
version: 1.0.0
26
paths:
37
/path:
48
post:

test/projects/document-group/path-operations/not-referenced-object/1.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
openapi: 3.1.0
2+
info:
3+
title: Sample API
4+
description: API specification example
5+
version: 1.0.0
26
paths:
37
/path1:
48
post:

test/projects/document-group/pathitems-operations/not-hang-up-when-processing-cycled-chain-for-response/1.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
openapi: 3.1.0
2+
info:
3+
title: Sample API
4+
description: API specification example
5+
version: 1.0.0
26
paths:
37
/path1:
48
$ref: '#/components/pathItems/componentsPathItem'

test/projects/document-group/pathitems-operations/not-hang-up-when-processing-for-response-which-points-to-itself/1.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
openapi: 3.1.0
2+
info:
3+
title: Sample API
4+
description: API specification example
5+
version: 1.0.0
26
paths:
37
/path:
48
$ref: '#/components/pathItems/componentsPathItem'

test/projects/document-group/pathitems-operations/second-level-object-are-the-same-when-overriding-for-response/1.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
openapi: 3.1.0
2+
info:
3+
title: Sample API
4+
description: API specification example
5+
version: 1.0.0
26
paths:
37
/path1:
48
$ref: '#/components/pathItems/componentsPathItem'

test/projects/document-group/pathitems-operations/second-level-object-are-the-same-when-overriding-for-response/result.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
openapi: 3.1.0
2+
info:
3+
title: Sample API
4+
description: API specification example
5+
version: 1.0.0
26
paths:
37
/path1:
48
$ref: '#/components/pathItems/componentsPathItem'

0 commit comments

Comments
 (0)