Olivia5k / piper

Build system that builds and very little more
http://thiderman.org/piper/
MIT License
5 stars 0 forks source link

Use pytest fixtures instead of setup_method() where it makes sense #35

Closed Olivia5k closed 9 years ago

Olivia5k commented 9 years ago

There current test don't really leverage pytest fixtures as well as they should.

I got in to thinking about this when I realized there are one gazillion super() calls that are still in the Python 2 way. I started to write an issue about that, but then I realized it makes more sense to leverage a better technique of test handling.

Olivia5k commented 9 years ago

@daenney Do you think this should be pre 1.0.0? Cleanliness and niceness during the presentation of the project would be very nice, right?

Olivia5k commented 9 years ago

I accidentally made #40 without realizing I had already made this. #40 is more in depth, so I'll discard this one.