JohnDoee / deluge-client

A very lightweight pure-python Deluge RPC Client
MIT License
87 stars 14 forks source link

pytest? #23

Closed gazpachoking closed 6 years ago

gazpachoking commented 6 years ago

How do you feel about pytest? I was thinking about adding some more tests, to address #20, potentially more, and I like the pytest format quite a bit better than nose. How do you feel on the matter? I can stick with nose if you prefer.

gazpachoking commented 6 years ago

I made a PR so this can be considered on a non-theoretical level.

JohnDoee commented 6 years ago

I have no strong feelings about pytest and since you already made it we'll go with it.

If you fix up #21 and #22 to match this, I'll merge all three and get the Appveyor test working.