Justintime50 / github-archive

A powerful tool to concurrently clone, pull, or fork user and org repos and gists to create a GitHub archive.
MIT License
186 stars 48 forks source link

Add Unit Tests #14

Closed Justintime50 closed 3 years ago

Justintime50 commented 3 years ago

None of this project is currently covered by unit tests. Add a testing suite and coveralls to track coverage.

Justintime50 commented 3 years ago

Unit tests are tricky with PyGithub and may not be easily accomplished (eg: https://github.com/PyGithub/PyGithub/issues/432). Still investigating the best way to approach this.