Hacker News new | ask | show | jobs
Ask HN: Is doctest TDD? BDD?
2 points by sublee 5735 days ago
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?