scitacean.testing.backend.add_pytest_options#

scitacean.testing.backend.add_pytest_options(parser, option='--backend-tests')[source]#

Add command-line options to pytest to control backend tests.

Parameters:
  • parser (Parser) – Pytest’s command-line argument parser.

  • option (str, default: '--backend-tests') – Name of the command-line option to toggle backend tests.

Return type:

None