Y
Hacker News
new
|
ask
|
show
|
jobs
by
sirsinsalot
1253 days ago
To some degree, this is what BDD attempts to solve, separation of test mechanics and documentation of the test's intention.
I don't think it quite does it right, but it is of note.
1 comments
hgomersall
1253 days ago
We have a policy of making each test a spec. That is, a test requires a plain text spec to be attached to it in its doc string. It's kind of like BDD but without all the weird DSLs.
link