reprospect.test.case module

class reprospect.test.case.CMakeAwareTestCaseView on GitHub

Bases: CMakeMixin, TestCase

Test case with CMake integration.

class reprospect.test.case.TestCaseView on GitHub

Bases: ABC

Test case.

abstract property arch: NVIDIAArchView on GitHub

NVIDIA architecture.

abstract property cwd: PathView on GitHub

Working directory.

abstract property demangler: type[CuppFilt | LlvmCppFilt]View on GitHub

Demangler.

abstract property executable: PathView on GitHub

Executable.