snaptol.plugin.pytest_terminal_summary

snaptol.plugin.pytest_terminal_summary#

snaptol.plugin.pytest_terminal_summary(terminalreporter, config)[source]#

Reports to the terminal information regarding the tests performed and any information requested by the user during the test session, such as snapshot differences or cache usage.

Parameters:
  • terminalreporter (TerminalReporter) – The terminal reporter object used for writing to the terminal.

  • config (Config) – The pytest configuration object containing the state and options of the test session.