astrofrog / batchpr

Package in need of a better name to automate opening pull requests :robot:
BSD 2-Clause "Simplified" License
3 stars 5 forks source link

Add continuous integration and tests #7

Open astrofrog opened 5 years ago

astrofrog commented 5 years ago

I think this will have to rely on mock to some extent, but would be good to catch basic issues like #5. I think just Travis or CircleCI would be sufficient.

pllim commented 5 years ago

I can see how others can help write the tests, but only you can enable the CI webhooks.

pllim commented 5 years ago

p.s. I looked at the code, I couldn't think of a way to mock it without rendering the test useless at this point. Let's revisit when more stuff is added... 😬