sscheetz / etsy-python2

Python access to the Etsy API
http://developer.etsy.com
GNU General Public License v3.0
32 stars 18 forks source link

Tests #2

Closed jtatum closed 4 years ago

jtatum commented 4 years ago

This PR fixes tests, adds GitHub Actions, and fixes a couple of bugs. I know it's a little large, but I tried to keep the commits logical. They mostly don't overlap and can be reviewed individually if that's easier.

I think after this gets merged in, new PRs should automatically show test results. That should look like https://github.com/jtatum/etsy-python2/actions

sscheetz commented 4 years ago

Don't worry the PRs I get at work are way bigger than this haha.

Looks good to me. Think the integration test file still has a little more to go before its compatible with the new code, but the unit and keyfile updates are good. Didn't know about that github action thing so thats cool too.

Going to do some very minor follow ups

but everything you did is great and I appreciate all the work :) You are obviously more experienced with python than me,