Add docstrings for all exported symbols
gonzojive opened this issue · 1 comments
gonzojive commented
While writing tests, it's helpful to use M-. to inspect prove's exported symbols. Rather, it would be if there were documentation in the source for the symbols. :)
The README is great, but docstrings are also essential if prove aims to be the de facto CL testing framework.
Some symbols do not seem to be documented in the README either, such as deftest
.
vindarel commented
+1 (although yeah the readme is nice) but https://github.com/fukamachi/rove seems to be the successor of Prove (mostly for better failure messages).