mateusoliveira43 / cly

CLY?! framework to create CLIs with Python | framework para criar CLIs com Python
https://mateusoliveira43.github.io/cly/
MIT License
3 stars 1 forks source link

Fix tests batcomputer #86

Closed vandaimer closed 1 year ago

vandaimer commented 1 year ago

What is the goal of this PR? | Qual é o objetivo deste PR?

Improve the code to accept case-insensitive inputs.

What has been done to achieve the goal? | O que foi feito para alcançar o objetivo?

Take the inputs and transform them to lowercase.

How to test if the changes work? | Como testar se as alterações funcionam?

Before this change:

With this improvement:

vandaimer commented 1 year ago

@mateusoliveira43 - pushed all changes! Hopefully, CI won't complain now hahaha

mateusoliveira43 commented 1 year ago

Thanks for the work @vandaimer

The CI broke the last time, but because of a project mistake, not yours (fork branch do not have access to repository secrets, but there is a way to fix this using workflow run)