Coder Social home page Coder Social logo

rrthomas / specl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gvvaughan/specl

0.0 3.0 0.0 3.64 MB

Behaviour Driven Development for Lua.

Home Page: http://gvvaughan.github.io/specl

License: GNU General Public License v3.0

Lua 40.41% Shell 56.96% ApacheConf 0.93% Makefile 1.70%

specl's Introduction

SPECL

travis-ci status Stories in Ready

Specl is a testing tool for Lua, providing a Behaviour Driven Development framework in the vein of RSpec.

  • a rich command line program (the specl command)
  • textual descriptions of examples and groups (spec files use YAML)
  • flexible and customizable reporting (formatters)
  • extensible expectation language (matchers)

Installation

There's no need to download a Specl release, or clone the git repo, unless you want to modify the code. If you use LuaRocks, you can use it to install the latest release from its repository:

luarocks install specl

Or from the rockspec inside the release tarball:

luarocks make specl-?-1.rockspec

To install current git master from GitHub (for testing):

luarocks install \
  https://raw.githubusercontent.com/gvvaughan/specl/master/specl-git-1.rockspec

To install without LuaRocks, clone the sources from the repository, and then run the following commands:

cd specl
./bootstrap
./configure --prefix=INSTALLATION-ROOT-DIRECTORY
make all check install

The dependencies are listed in the dependencies entry of the file rockspec.conf. You will also need Autoconf and Automake.

See INSTALL for instructions for configure.

Documentation

Specl includes comprehensive documentation.

specl's People

Contributors

gvvaughan avatar rrthomas avatar fperrad avatar waffle-iron avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.