FriendCode / gittle

Pythonic Git for Humans
Other
732 stars 90 forks source link

Unit tests #99

Open Thor77 opened 7 years ago

Thor77 commented 7 years ago

I think this project would greatly improve by getting some unit tests, which would simplify contributing, because you instantly know what's (not) working after your change.

I personally would opt for tox + pytest for running those tests, but feel free to share your suggestions.

(Imho this is a blocker for #63)