MotaDan / steganographerPY

Hides files and messages in an image file.
https://www.youtube.com/watch?v=TWEXCYQKyDc
MIT License
1 stars 0 forks source link

Checkout pytest fixtures #58

Open MotaDan opened 8 years ago

MotaDan commented 8 years ago

What can be done with fixtures. A lot of the test functions have duplicate code from when I split them up for specificity. Should the duplicate code be in fixtures? Should I just put them in normal functions? What can I use fixtures for? pytest fixtures: explicit, modular, scalable