Paul Lewallen

Results 5 issues of Paul Lewallen

## Summary - Fixed precision issue in `test_builtin_surface.py` by explicitly setting `radius` and updating traits. - Fixed dataset reset issue in `test_mlab_source.py` by forcing `update_traits()` before verification. - Verified against...

### Bug Report Checklist - [x] I have read and agree to Mocha's [Code of Conduct](https://github.com/mochajs/mocha/blob/main/.github/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/mochajs/mocha/blob/main/.github/CONTRIBUTING.md) - [x] I have searched for [related issues](https://github.com/mochajs/mocha/issues?q=is%3Aissue) and [issues with...

type: bug
status: waiting for author

Environment Information - Node.js version: 20.19.1 - ts-node version: [email protected] - TypeScript version: [email protected] - OS: macOS tsconfig.json settings: { "compilerOptions": { "module": "NodeNext", "moduleResolution": "NodeNext", "target": "ES2022", "esModuleInterop": true,...

# 🧪 Replaced Jest w/ Vitest Integration ## Summary This PR introduces a series of improvements to the testing infrastructure: - ✅ **Removed Jest config** from `package.json` . - ✅...

I'd like to contribute by adding unit tests where they are currently missing. I plan to start module-by-module (e.g., utils, core libraries), submitting small, focused PRs for each batch of...