| Conditions | 1 |
| Total Lines | 6 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | import pytest |
||
| 23 | @pytest.mark.usefixtures("remove_generated_reports_in_root") |
||
| 24 | def test_prepare_tree(): |
||
| 25 | src = 'test_data/referenc_result_data_json.json' |
||
| 26 | client = get_client_json_to_html(src) |
||
| 27 | results_src = client.prepare_data() |
||
| 28 | tests.any_test_help.compare_results_js(results_src[0]) |
||
| 29 | |||
| 36 |