Skip to content

Tests(#66): unit test evaluation and fixes - #71

Merged
andybeet merged 12 commits into
devfrom
tests/i66-unit-test-fixes
May 20, 2026
Merged

Tests(#66): unit test evaluation and fixes#71
andybeet merged 12 commits into
devfrom
tests/i66-unit-test-fixes

Conversation

@andybeet

@andybeet andybeet commented May 20, 2026

Copy link
Copy Markdown
Contributor

Your commits explain the who, what, where and when of these changes. Your code shows the how. You do not need to reiterate this. This PR should complete the big picture by telling the why.

Justification

devtools:check() was failing due to failing unit tests. They either needed to be fixed or skipped. Some test are obsolete or need to be rewritten. That is out of scope here. Some test were fixed, other just omitted.

fixes #66

Types of changes

What types of changes does your code introduce? Put an x in the boxes that apply. This will inform version updates

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Other change (if none of the other choices apply)

Further comments

These unit tests should rewritten. Using recent output from the SETAS model
Unit tests pointed to issue with unresolved standard evaluation. A bug fix

Reviewer instructions:

run devtools::test() to run unit tests. Make sure none fail

Formatting

This repo contains an air.toml file that automatically formats code to a set of standards.
It is preferred that contributors and reviewers install the air formatting tool.

@andybeet andybeet linked an issue May 20, 2026 that may be closed by this pull request
@andybeet
andybeet merged commit 1046dc6 into dev May 20, 2026
6 checks passed
@andybeet andybeet mentioned this pull request May 20, 2026
6 tasks
@andybeet
andybeet deleted the tests/i66-unit-test-fixes branch May 20, 2026 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix devtools::tests() to allow all tests to pass

1 participant