I'm currently starting to build a package the TDD way, and for that I'm using ert, following ert-runner opinions.
I would like to write a set of pending tests, to identify what I have I to test, before to implement the test.
Is it possible to write pending test in ert?
If so how? :)