gitpython-developers / gitdb

IO of git-style object databases
http://gitdb.readthedocs.org
Other
212 stars 65 forks source link

Switch from nose to pytest #79

Closed carlwgeorge closed 2 years ago

carlwgeorge commented 2 years ago

This is not a full rewrite to pytest style tests, it just changes the minimum to allow pytest to run the existing tests.

Resolves #72

Byron commented 2 years ago

Thanks a lot for getting started with this, it's much appreciated!

CI will now run which should help to push this PR over the finishing line.

carlwgeorge commented 2 years ago

Whoops, my ag command looking for instances of the word nose excluded the .github directory. Fixing.

Byron commented 2 years ago

Great work, thanks a lot!