sparckles / Robyn

Robyn is a Super Fast Async Python Web Framework with a Rust runtime.
https://robyn.tech/
BSD 2-Clause "Simplified" License
3.9k stars 198 forks source link

test: Add tests for cli.py #799

Open Mr-Sunglasses opened 2 months ago

Mr-Sunglasses commented 2 months ago

Description

This PR fixes #635

vercel[bot] commented 2 months ago

@Mr-Sunglasses is attempting to deploy a commit to the sparckles Team on Vercel.

A member of the Team first needs to authorize it.

Mr-Sunglasses commented 2 months ago

Description

This PR fixes #635

Hey 👋🏻 @sansyrox , back again to Robyn after a long time, Looking forward to picking up more issues 🥂

codspeed-hq[bot] commented 2 months ago

CodSpeed Performance Report

Merging #799 will not alter performance

Comparing Mr-Sunglasses:fix/635 (9986f5a) with main (37e57b9)

Summary

✅ 108 untouched benchmarks

sansyrox commented 2 months ago

Also, the CI is failing. Do have a look at that too 😄

Mr-Sunglasses commented 2 months ago

Hey 👋🏻 @sansyrox , I think I need to revisit the cli.py implementation and check weather it is working in windows or not as using pathlib does not resolve this issue in actions 😢 .