lipoja / URLExtract

URLExtract is python class for collecting (extracting) URLs from given text based on locating TLD.
MIT License
244 stars 61 forks source link

(docs): update README and add docs how to run test code #103

Closed za closed 2 years ago

za commented 3 years ago

Hi there!

I am updating README and adding docs how to run test code. It took me a while to figure out how to run test code. This could be helpful for the ones who are unfamiliar with pytest.

Thanks!

lipoja commented 3 years ago

@za Thanks for this PR, it is good idea to add it. May I ask you to add section how to run tox as well? It will do all necessary things (install requirements) for the user, so it should be simpler.

za commented 3 years ago

@lipoja Please check the update.

za commented 2 years ago

Thanks for merging the PR @lipoja ! :tada: