aix.testing

aix.testing

Source: packages/aix/src/aix/testing.py

title: Minimal AIX compiled-test placeholders.

Classes

AixTestSummary

title: Summary returned by the placeholder test runner.
attributes:
  exit_code:
    type: int

AixTestRunner

title: Placeholder for future compiled AIX test execution.

Methods

run(self) -> AixTestSummary
title: Return an unimplemented-test summary.
returns:
  type: AixTestSummary