add_results: Add validation results to the Report object
Description
This function adds results to validator object with aggregating summary of
success, error and warning checks. Moreover it parses assertr results attributes and stores
them inside usable table.
Usage
add_results(data, report)
Arguments
- data
Data that was validated.
- report
Report object to store validation results.