Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test options exact match #141

Merged
merged 5 commits into from
Mar 28, 2024
Merged

Test options exact match #141

merged 5 commits into from
Mar 28, 2024

Conversation

ivojawer
Copy link
Contributor

@ivojawer ivojawer commented Mar 23, 2024

Relacionado a uqbar-project/wollok-lsp-ide#156 cambia como se usan las opciones file/describe/test para que en vez de convertirlo en un fqn recorra el AST para encontrar un test exacto

Usado por uqbar-project/wollok-lsp-ide#158

Copy link

codecov bot commented Mar 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.35%. Comparing base (9060120) to head (68e8b75).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #141      +/-   ##
==========================================
+ Coverage   84.05%   84.35%   +0.30%     
==========================================
  Files           9        9              
  Lines         671      684      +13     
  Branches      154      162       +8     
==========================================
+ Hits          564      577      +13     
  Misses        107      107              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@fdodino fdodino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Muy piola el laburo!

Yo te dejé una sugerencia para tratar de no repetir el mismo filtrado de tests en la ejecución.

Hay que probarlo bien en Windows porque recuerdo en su momento que se rompía por el tema caracteres en el endemoniado Powershell / CMD.

src/commands/test.ts Outdated Show resolved Hide resolved
@fdodino
Copy link
Contributor

fdodino commented Mar 24, 2024

@ivojawer , ahí lo probé en Windows, funciona de 10:

con CMD

image

con Powershell

image

con Git Bash

image

@fdodino
Copy link
Contributor

fdodino commented Mar 24, 2024

También lo probé con el cambio que te sugerí y funciona ok. Solo encontré que hay un test que se rompe.

Co-authored-by: Fernando Dodino <fernando.dodino@gmail.com>
@ivojawer
Copy link
Contributor Author

Tremendo laburo dodain! Graciasss 😇

Copy link
Contributor

@PalumboN PalumboN left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pioliiixxxxx 🚀

Dejé un comentario sobre cómo se hace la búsqueda.

src/commands/test.ts Outdated Show resolved Hide resolved
@PalumboN PalumboN merged commit b1c3f79 into master Mar 28, 2024
3 checks passed
@PalumboN PalumboN deleted the test-options-exact-match branch March 28, 2024 21:15
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.

3 participants