pydanny / refry

Refry is a modern, maintained, typed easy-to-use retry decorator.
BSD 3-Clause "New" or "Revised" License
22 stars 1 forks source link

Improve tests #1

Closed pydanny closed 5 months ago

pydanny commented 5 months ago

They aren't really testing anything yet.

rjvitorino commented 5 months ago

Hey @pydanny I'm looking for open-source projects where I can contribute with Python skills on my free time. Would this be something you're looking for in refry? It seems a very interesting little project, would be happy to help!

pydanny commented 5 months ago

Hey @rjvitorino, yes! Tests are always a good addition to a project. Especially one like this where what we have are toy tests I wrote that are they to confirm I have the test runner configured correctly in the pyproject.toml

rjvitorino commented 5 months ago

I think this can be closed @pydanny