File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -248,6 +248,24 @@ def test_get_target(vws_client: VWS) -> None:
248248 target_quota = 1000 ,
249249 total_recos = 0 ,
250250 )
251+
252+ assert report .active_images == expected_report .active_images
253+ assert (
254+ report .current_month_recos == expected_report .current_month_recos
255+ )
256+ assert report .failed_images == expected_report .failed_images
257+ assert report .inactive_images == expected_report .inactive_images
258+ assert report .name == expected_report .name
259+ assert (
260+ report .previous_month_recos == expected_report .previous_month_recos
261+ )
262+ assert report .processing_images == expected_report .processing_images
263+ assert report .reco_threshold == expected_report .reco_threshold
264+ assert report .request_quota == expected_report .request_quota
265+ assert report .request_usage == expected_report .request_usage
266+ assert report .target_quota == expected_report .target_quota
267+ assert report .total_recos == expected_report .total_recos
268+
251269 assert report == expected_report
252270
253271
You can’t perform that action at this time.
0 commit comments