Ask HN: Is doctest TDD? BDD? #1 Post by sublee » Mon, Oct 04, 2010, 12:44 PM UTC doctest is a testing library for Python. I usually use it. But I don't know the name of doctest's way exactly. Is doctest TDD or BDD? Or some other? How do you think of it?