pytest-dev / regendoc

Mozilla Public License 2.0
2 stars 8 forks source link

Merge code from releases via tarballs #8

Closed blueyed closed 5 years ago

blueyed commented 5 years ago
nicoddemus commented 5 years ago

Awesome, thanks a lot! 👍

blueyed commented 5 years ago

@nicoddemus You're welcome - that was very nasty (even until realizing that releases and master are way off/different).

Cannot merge myself, but probably @RonnyPfannschmidt should take a quick look at least.

blueyed commented 5 years ago

Also here again a clear disadvantage of not having coverage reports - I've only checked that tests are passing.

And another sidenote: the formatting changes were really demotivating here also (unnecessary merge conflicts).

RonnyPfannschmidt commented 5 years ago

thanks for wading trough this minefield,

i believe the merge pain could have been avoided in part by using black and/or a more compatible merge

blueyed commented 5 years ago

i believe the merge pain could have been avoided in part by using black and/or a more compatible merge

It wasn't too bad in my second attempt, and mainly due to renaming variables also.

Thanks for merging!