Git Product home page Git Product logo

isabella232 / luaunit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from luadist/luaunit

0.0 0.0 0.0 184 KB

A xUnit tests module for Lua.This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010.If you are the maintainer, please fork and then email [email protected] and ask us to "reroot" it to you.(Or you can ask us to delete the repository.)

Home Page: http://luaforge.net/projects/luaunit

License: BSD 2-Clause "Simplified" License

Lua 100.00%

luaunit's Introduction

		luaunit.lua  by Philippe Fremy

Luaunit is a unit-testing framework for Lua, in the spirit of many
others unit-testing framework. Luaunit let's you write test functions,
test classes with test methods and setup/teardown functionality.

Luaunit can output test failures using the TAP format, for easier integration
into Continuous Integration platforms like Jenkins.

Luaunit is derived from the initial work of Ryu Gwang. 
It is released under the BSD license.

Luaunit should work on all platforms supported by lua. It was tested on
Windows XP and Gentoo Linux.

Luaunit is now maintained on github:
https://github.com/bluebird75/luaunit

See file example_with_luaunit.lua to understand how to use it.

History:
========

version 1.5: (in progress)
------------
- compatibility with Lua 5.1 and 5.2
- better object model internally
- a lot more of internal tests
- several internal bug fixes
- make it easy to customize the test output


version 1.4: 26. Jul 2012
------------
- switch from X11 to more popular BSD license
- add TAP output format for integration into Jenkins
- official repository now on github


version 1.3: 30. Oct 2007
------------
- port to lua 5.1
- iterate over the test classes, methods and functions in the alphabetical order
- change the default order of expected, actual in assertEquals (adjustable with USE_EXPECTED_ACTUAL_IN_ASSERT_EQUALS).


version 1.2: 13. Jun 2005  
------------
- first public release


version 1.1:
------------
- move global variables to internal variables
- assertion order is configurable between expected/actual or actual/expected
- new assertion to check that a function call returns an error
- display the calling stack when an error is spotted
- two verbosity level, like in python unittest

luaunit's People

Contributors

bluebird75 avatar davidm avatar drahosp 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.