Output

class lib.infer.profile.Output(plugin_names: list[str], data: DataTracker, run_time: int)

Bases: object

Handles outputting of information at each test step

Parameters:
  • plugin_names (list[str]) – The list of plugin names in the order that they are executed

  • data (DataTracker) – The DataTracker object that collects stats

  • run_time (int) – The amount of time, in seconds, that each test is run

Methods Summary

__call__()

Output the latest test stats

Methods Documentation

__call__()

Output the latest test stats

__call__()

Output the latest test stats