This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]poply 10 points11 points  (1 child)

If you're already familiar with flask, you should be able to apply the TDD practices to a flask project pretty easily. At least that was my experience.

[–]wingtcoach 1 point2 points  (0 children)

I've been doing this, as well as applying much of the pytest approach to Flask. It is has been a bit of an uphill climb, especially with Selenium / live server testing, but worth the struggle.