8000 Review the implementation of the Testing Infrastructure · Issue #46 · UnBCIC-TP2/r-python · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Review the implementation of the Testing Infrastructure #46
Open
@rbonifacio

Description

@rbonifacio

R-Python currently includes support for several statements that are intended for test purposes only:

  • ModTestDef statement
  • TestDef statement
  • Assert statements

These constructs are not part of the core language and are primarily used in the test infrastructure.

Task

We need to review the implementation of these test-only statements across the following components:

  • Parser: Ensure syntax support is consistent and isolated from production constructs.
  • Type-checker: Verify that test-only statements are correctly typed or ignored as appropriate.
  • Interpreter: Confirm expected runtime behavior during test execution.

Goal

Ensure that test-related constructs are well-scoped, do not interfere with the main language semantics, and are consistently handled across the codebase.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0