diff options
| author | Jeremy Bobbin <jer@jer.cx> | 2024-12-27 11:53:30 +0100 |
|---|---|---|
| committer | Randy Palamar <randy@rnpnr.xyz> | 2025-01-02 05:46:40 -0700 |
| commit | 438b31497d91becdec95d06ff62c2d86184fa669 (patch) | |
| tree | e8281da94c26732a0ecf2f34b637b2cbad504fd7 /test/lua/README.md | |
| parent | f840bcaf95dea328b9edc76c68e27d42cf79330b (diff) | |
| download | vis-438b31497d91becdec95d06ff62c2d86184fa669.tar.gz vis-438b31497d91becdec95d06ff62c2d86184fa669.tar.xz | |
no longer depend on lua-busted
Co-authored-by: Matěj Cepl <mcepl@cepl.eu>
Diffstat (limited to 'test/lua/README.md')
| -rw-r--r-- | test/lua/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lua/README.md b/test/lua/README.md index 5b9a1e6..a6bffb3 100644 --- a/test/lua/README.md +++ b/test/lua/README.md @@ -1,7 +1,7 @@ Unit Test for Vis' Lua API -------------------------- -The tests use the [busted unit testing framework](https://olivinelabs.com/busted/). +The test-suite is based on the [busted unit testing framework](https://olivinelabs.com/busted/). Each `*.lua` file is sourced from a new `vis` instance which loads the correspending `*.in` file. |
