ZeroIntensity / view.py

The Batteries-Detachable Web Framework
https://view.zintensity.dev
MIT License
206 stars 15 forks source link

Migration of Test Suite from Ward to Pytest #172

Closed tallhypnosis closed 1 month ago

tallhypnosis commented 1 month ago

This pull request migrates the test suite from Ward to Pytest. The decision to migrate was made to leverage Pytest's robust features and better align with industry standards and community preferences.

Changes Made:

Kindly! review it.

netlify[bot] commented 1 month ago

Deploy Preview for viewpy ready!

Name Link
Latest commit 24ee39e8b4cb5b5bda40e4db4424dcaf97bb789d
Latest deploy log https://app.netlify.com/sites/viewpy/deploys/6643e63d93947100088151ab
Deploy Preview https://deploy-preview-172--viewpy.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

tallhypnosis commented 1 month ago

Hi everyone,

I've just submitted a pull request to migrate the test suite from Ward to Pytest. This involved rewriting existing tests using Pytest syntax and assertions, updating fixtures, and ensuring compatibility with Pytest's async support.

Please feel free to review the changes and provide any feedback or suggestions you may have. I'm available to address any questions or concerns you may have.

Thanks, Yash

ZeroIntensity commented 1 month ago

This closes #164