Skip to content

Commit 799d89b

Browse files
committed
Add description to test fixture
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent ad6582d commit 799d89b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

tests/data/schema/range/nginx_range_from_native.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[
22
{
3+
"description": "Construct VERS range from native Nginx range.",
34
"test_group": "advanced",
45
"test_type": "from_native",
56
"input": {
@@ -9,6 +10,7 @@
910
"expected_output": "vers:nginx/>=0.8.40|<0.9.0"
1011
},
1112
{
13+
"description": "Construct VERS range from native Nginx range.",
1214
"test_group": "advanced",
1315
"test_type": "from_native",
1416
"input": {
@@ -18,6 +20,7 @@
1820
"expected_output": "vers:nginx/>=0.7.52|<=0.8.39"
1921
},
2022
{
23+
"description": "Construct VERS range from native Nginx range.",
2124
"test_group": "advanced",
2225
"test_type": "from_native",
2326
"input": {
@@ -27,6 +30,7 @@
2730
"expected_output": "vers:nginx/0.9.10"
2831
},
2932
{
33+
"description": "Construct VERS range from native Nginx range.",
3034
"test_group": "advanced",
3135
"test_type": "from_native",
3236
"input": {
@@ -36,6 +40,7 @@
3640
"expected_output": "vers:nginx/>=1.4.1|<1.5.0|>=1.5.0"
3741
},
3842
{
43+
"description": "Construct VERS range from native Nginx range.",
3944
"test_group": "advanced",
4045
"test_type": "from_native",
4146
"input": {
@@ -45,6 +50,7 @@
4550
"expected_output": "vers:nginx/>=0.8.40|<0.9.0"
4651
},
4752
{
53+
"description": "Construct VERS range from native Nginx range.",
4854
"test_group": "advanced",
4955
"test_type": "from_native",
5056
"input": {
@@ -54,6 +60,7 @@
5460
"expected_output": "vers:nginx/>=0.7.52|<=0.8.39"
5561
},
5662
{
63+
"description": "Construct VERS range from native Nginx range.",
5764
"test_group": "advanced",
5865
"test_type": "from_native",
5966
"input": {
@@ -63,6 +70,7 @@
6370
"expected_output": "vers:nginx/0.9.10"
6471
},
6572
{
73+
"description": "Construct VERS range from native Nginx range.",
6674
"test_group": "advanced",
6775
"test_type": "from_native",
6876
"input": {

0 commit comments

Comments
 (0)