Skip to content

src/cli/file_parser.rs #57

@weswc

Description

@weswc

Metadata

Code Review

Note: edit checklist items as needed

Functionality

Behavior

  • Runs without errors or warnings
  • Handles edge cases

Input/output

  • Validates inputs
  • Outputs are documented and tested

Testing

Confirm for integrated and unit tests

  • Coverage
    • 0, 1, and n cases are tested
    • Failure modes tested
  • Quality
    • Tests are readable and minimal
    • CI passes
# R example test
library(testthat)

test_that("addition works", {
  expect_equal(add(2, 3), 5)
})

Notes for QCer

[INSERT]

Tip: Run styler, lintr, or other linters before submitting.

Style guide

Reference this document for style guide: https://google.github.io/styleguide/

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions