nephila / giturlparse

Parse & rewrite git urls (supports GitHub, Bitbucket, Assembla ...)
https://pypi.python.org/pypi/giturlparse
Apache License 2.0
31 stars 21 forks source link

Sets branch for /blob URLs and removes from path. #41

Open jgarte opened 2 years ago

jgarte commented 2 years ago

Describe:

We have an updated clean_data function for the github platform.

This updated function takes branch into account when you have a /blob url.

We would like to add tests but it wasn't clear how the testing framework works and we would like to get assistance with that.