File: README.md

package info (click to toggle)
vis 0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 12,388 kB
  • sloc: ansic: 22,372; sh: 950; makefile: 356; python: 47
file content (10 lines) | stat: -rw-r--r-- 329 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
Unit Test for Vis' Lua API
--------------------------

The tests use 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.

Use the `test.sh` shell script to run an individual test or type `make`
to run all tests.