timothycrosley / portray

Your Project with Great Documentation.
MIT License
861 stars 74 forks source link

Hardcode the repo URL for tests #67

Closed leblancfg closed 3 years ago

leblancfg commented 3 years ago

Currently the tests don't pass locally for forks of this project, as the repository URL is pointing elsewhere than github.com/timothycrosley/portrait.

This PR hardcodes this location in tests/test_config.py. @timothycrosley this might help pull in future contributors down the line, too! 💪🏻

We lose coverage on the git.Repo.remotes.origin.url line (L163 in portray/config.py), but since that's an upstream package I think that's fine.

Fixes #66

timothycrosley commented 3 years ago

Thank you!