File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ def test_output_file(run_main, tmpdir):
76
76
"a" : {
77
77
"attributes" : {"kind" : "task" },
78
78
"dependencies" : {"dep" : "b" },
79
+ "description" : "" ,
79
80
"kind" : "task" ,
80
81
"label" : "a" ,
81
82
"optimization" : None ,
@@ -87,6 +88,7 @@ def test_output_file(run_main, tmpdir):
87
88
"b" : {
88
89
"attributes" : {"kind" : "task" , "thing" : True },
89
90
"dependencies" : {},
91
+ "description" : "" ,
90
92
"kind" : "task" ,
91
93
"label" : "b" ,
92
94
"optimization" : None ,
@@ -105,6 +107,7 @@ def test_output_file(run_main, tmpdir):
105
107
"b" : {
106
108
"attributes" : {"kind" : "task" , "thing" : True },
107
109
"dependencies" : {},
110
+ "description" : "" ,
108
111
"kind" : "task" ,
109
112
"label" : "b" ,
110
113
"optimization" : None ,
@@ -126,6 +129,7 @@ def test_output_file(run_main, tmpdir):
126
129
"a" : {
127
130
"attributes" : {"kind" : "task" },
128
131
"dependencies" : {"dep" : "b" },
132
+ "description" : "" ,
129
133
"kind" : "task" ,
130
134
"label" : "a" ,
131
135
"optimization" : None ,
@@ -137,6 +141,7 @@ def test_output_file(run_main, tmpdir):
137
141
"b" : {
138
142
"attributes" : {"kind" : "task" },
139
143
"dependencies" : {},
144
+ "description" : "" ,
140
145
"kind" : "task" ,
141
146
"label" : "b" ,
142
147
"optimization" : None ,
You can’t perform that action at this time.
0 commit comments