mirror of
https://github.com/TangentFoxy/argparse.git
synced 2025-07-28 02:52:20 +00:00
Add coverage gathering
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# argparse
|
||||
|
||||
[](https://travis-ci.org/mpeterv/argparse)
|
||||
[](https://coveralls.io/github/mpeterv/argparse?branch=master)
|
||||
|
||||
Argparse is a feature-rich command line parser for Lua inspired by argparse for Python.
|
||||
|
||||
@@ -113,7 +114,7 @@ The tutorial is available [online](http://argparse.readthedocs.org) and in the `
|
||||
|
||||
## Testing
|
||||
|
||||
argparse comes with a testing suite located in `spec` directory. [busted](http://olivinelabs.com/busted/) is required for testing, it can be installed using LuaRocks. Run the tests using `busted spec` command from the argparse folder.
|
||||
argparse comes with a testing suite located in `spec` directory. [busted](http://olivinelabs.com/busted/) is required for testing, it can be installed using LuaRocks. Run the tests using `busted` command from the argparse folder.
|
||||
|
||||
## License
|
||||
|
||||
|
Reference in New Issue
Block a user