加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
README.textile 1.42 KB
一键复制 编辑 原始数据 按行查看 历史
Enrique García 提交于 2010-11-23 01:40 . added middleclass-extras specs

MiddleClass specs

These are the specs of middleclass and middleclass-extras.

These specs have been implemented using telescope

They are a series of tests that verify that the current implementation of MiddleClass works as expected. It is recommended to run them after modifying MiddleClass.

Prerequisites

First step is installing telescope. The easiest way in ubuntu is installing luarocks and then telescope itself:

sudo apt-get install lua luarocks
sudo luarocks build telescope --from=http://luarocks.luaforge.net/rocks-cvs/

The first command might ask about installing some dependencies; answer (y)es to that.

Installation

Get the code from github normally, and then update the submodules (don’t forget this step, otherwise middleclass and middleclass-extras will not be downloaded and you will not be able to run the specs!)

git clone git://github.com/kikito/middleclass-specs.git
git submodule init
git submodule update

Test execution

Open a console and change to the middleclass-specs top-directory. Then execute lua run.lua. It should be configured to start the testing automatically.

cd your/path/to/middleclass-specs
lua run.lua

If everything has been set up properly, you should see lost of testing being done, and, hopefully, passing.

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化