2

I am developing a very simple web application in python using the bottle microframework and I was wondering if there are frameworks that can rigorously aid in testing the application.

1 Answers1

1

This StackOverflow link might be of use:

Practicing BDD with python

Here's a link to the mentioned doctest.

Community
  • 1
  • 1
ardavis
  • 9,842
  • 12
  • 58
  • 112