Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.33 KB

File metadata and controls

32 lines (22 loc) · 1.33 KB

mlflow-export-import - Tests

Overview

There are two types of tests:

Reports and logs

The test script creates the folowing files:

  • run_tests.log - log of the entire test run.
  • run_tests_junit.xml - report for all tests in standard JUnit XML format.
  • run_tests_report.html - report for all tests in HTML format.

Sample reports

Open Source Tests:

Databricks Tests:

Failed Databricks Tests:

Setup

See Setup section.