branch: elpa/buttercup commit 4bd24e727ed4b7ae9dbbec2667056f82aa8a3072 Author: Jorgen Schaefer <cont...@jorgenschaefer.de> Commit: Jorgen Schaefer <cont...@jorgenschaefer.de>
ROADMAP cleanup. --- ROADMAP.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index cf48d28..74d8b33 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -9,11 +9,6 @@ be implemented still: > And if you call the function `pending` anywhere in the spec body, no matter > the expectations, the spec will be marked pending. A string passed to > pending will be treated as a reason and displayed when the suite finishes. -## Return of the Backtrace - -Suite execution should catch errors and include a backtrace in the -result. - ## Reporter A reporter is a function that is called with various events during the @@ -24,11 +19,10 @@ for a list of useful events. By default, I’d like to have a `buttercup-reporter-batch` and `buttercup-reporter-interactive`. -## Disabling Suites and Pending Specs +## Return of the Backtrace -The `xdescribe`/`xit` macros and associated functions. A possible -initial implementation would be just noops. We’ll deal with them fully -in 1.2. +Suite execution should catch errors and include a backtrace in the +result. # Version 1.2: Nice to Have