guidorice / mojo-pytest

Mojo🔥 language test runner plugin for pytest. (aka pytest-mojo)
MIT License
46 stars 1 forks source link

Add support for `_test` suffix #6

Closed leandrolcampos closed 10 months ago

leandrolcampos commented 10 months ago

Is it possible to add support for the _test suffix? In this case, a file whose name ends with _test.mojo or _test.🔥 would also be collected.

guidorice commented 10 months ago

Hey @leandrolcampos good suggestion, I will add that. That would also match pytest test discovery more closely.

guidorice commented 10 months ago

@leandrolcampos please give a try and see if it's working for you. 🎉

leandrolcampos commented 10 months ago

Hi, @guidorice! Thanks a lot!