[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[NonGNU ELPA] Buttercup version 1.32
From: |
ELPA update |
Subject: |
[NonGNU ELPA] Buttercup version 1.32 |
Date: |
Fri, 06 Oct 2023 05:05:44 -0400 |
Version 1.32 of package Buttercup has just been released in NonGNU ELPA.
You can now find it in M-x list-packages RET.
Buttercup describes itself as:
==================================
Behavior-Driven Emacs Lisp Testing
==================================
More at https://elpa.nongnu.org/nongnu/buttercup.html
## Summary:
Buttercup is a behavior-driven development framework for testing
Emacs Lisp code. It is heavily inspired by the Jasmine test
framework for JavaScript.
A test suite begins with a call to the Buttercup macro `describe` with
the first parameter describing the suite and the rest being the body
of code that implements the suite.
(describe "A suite"
(it "contains a spec with an expectation"
(expect t :to-be t)))
The ideas for project were shamelessly taken from Jasmine
<https://jasmine.github.io>.
## Recent NEWS:
[Not available 🙁]
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [NonGNU ELPA] Buttercup version 1.32,
ELPA update <=