Skip to content

Validation pytest fix#75

Open
quinnylee wants to merge 5 commits intomainfrom
validation-pytest-fix
Open

Validation pytest fix#75
quinnylee wants to merge 5 commits intomainfrom
validation-pytest-fix

Conversation

@quinnylee
Copy link
Collaborator

@quinnylee quinnylee commented Mar 11, 2026

Resolves non-determinism in the validation test suite. Closes #72

Changes

  • replaced os.system calls with pathlib, shutil, and requests methods
  • replaced subprocess.run calls with response and tarfile methods

Testing

  1. ran the tests on macOS/arm64, Ubuntu/x86

Checklist

  • PR has an informative and human-readable title
  • Changes are limited to a single goal (no scope creep)
  • Code can be automatically merged (no conflicts)
  • Code follows project standards (link if applicable)
  • Passes all existing automated tests
  • Any change in functionality is tested
  • New functions are documented (with a description, list of inputs, and expected output)
  • Placeholder code is flagged / future todos are captured in comments
  • Visually tested in supported browsers and devices (see checklist below 👇)
  • Project documentation has been updated (including the "Unreleased" section of the CHANGELOG)
  • Reviewers requested with the Reviewers tool ➡️

Testing checklist

Target Environment support

  • Linux

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.

test_validation pytests not working as expected on macOS/arm64

2 participants