Skip to content

Commit 9f6b412

Browse files
acceptance testdata for no output in case of no extensions
Signed-off-by: Darshan Kumar <itsdarshankumar@gmail.com>
1 parent e4d833d commit 9f6b412

5 files changed

Lines changed: 2 additions & 46 deletions

acceptance/testdata/pack_fixtures/inspect_builder_nested_depth_2_output.txt

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,6 @@ Detection Order:
4646
│ └ simple/nested-level-2@nested-l2-version
4747
└ read/env@read-env-version (optional)
4848

49-
Extensions:
50-
(none)
51-
52-
Detection Order (Extensions):
53-
(none)
54-
5549
LOCAL:
5650

5751
Created By:
@@ -97,9 +91,3 @@ Detection Order:
9791
│ └ Group #1:
9892
│ └ simple/nested-level-2@nested-l2-version
9993
└ read/env@read-env-version (optional)
100-
101-
Extensions:
102-
(none)
103-
104-
Detection Order (Extensions):
105-
(none)

acceptance/testdata/pack_fixtures/inspect_builder_nested_output.txt

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@ Detection Order:
4848
│ └ simple/layers@simple-layers-version
4949
└ read/env@read-env-version (optional)
5050

51-
Extensions:
52-
(none)
53-
54-
Detection Order (Extensions):
55-
(none)
56-
5751
LOCAL:
5852

5953
Created By:
@@ -101,9 +95,3 @@ Detection Order:
10195
│ └ Group #1:
10296
│ └ simple/layers@simple-layers-version
10397
└ read/env@read-env-version (optional)
104-
105-
Extensions:
106-
(none)
107-
108-
Detection Order (Extensions):
109-
(none)

acceptance/testdata/pack_fixtures/inspect_builder_nested_output_json.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,7 @@
9797
}
9898
]
9999
}
100-
],
101-
"extensions": null,
102-
"order_extensions": null
100+
]
103101
},
104102
"local_info": {
105103
"created_by": {
@@ -196,8 +194,6 @@
196194
}
197195
]
198196
}
199-
],
200-
"extensions": null,
201-
"order_extensions": null
197+
]
202198
}
203199
}

acceptance/testdata/pack_fixtures/inspect_builder_nested_output_yaml.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ remote_info:
5858
- id: read/env
5959
version: read-env-version
6060
optional: true
61-
extensions: []
62-
order_extensions: []
6361
local_info:
6462
created_by:
6563
name: Pack CLI
@@ -116,5 +114,3 @@ local_info:
116114
- id: read/env
117115
version: read-env-version
118116
optional: true
119-
extensions: []
120-
order_extensions: []

acceptance/testdata/pack_fixtures/inspect_builder_output.txt

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,6 @@ Detection Order:
4242
├ simple/layers
4343
└ read/env@read-env-version (optional)
4444

45-
Extensions:
46-
(none)
47-
48-
Detection Order (Extensions):
49-
(none)
50-
5145
LOCAL:
5246

5347
Created By:
@@ -89,9 +83,3 @@ Detection Order:
8983
└ Group #1:
9084
├ simple/layers
9185
└ read/env@read-env-version (optional)
92-
93-
Extensions:
94-
(none)
95-
96-
Detection Order (Extensions):
97-
(none)

0 commit comments

Comments
 (0)