rryqszq4 / ngx_sqlite

ngx_sqlite - Simple embedded sqlite for nginx-module.
BSD 2-Clause "Simplified" License
52 stars 12 forks source link

Need to add test cases for helping. #13

Open rryqszq4 opened 6 years ago

rryqszq4 commented 6 years ago

@yw662 增加一些测试用例会很有帮助~

yw662 commented 6 years ago

我是和ngx_http_lua_module一起用的,测试都是在lua里面写的subrequest https://gitlab.com/yw662/openresty_with_sqlite

如果要用travis测试的话,就要开一个服务器,然后让测试脚本发请求了吧

rryqszq4 commented 6 years ago

@yw662 我增加测试用例,可以帮助验证问题,下面链接是一个例子 https://github.com/rryqszq4/ngx_sqlite/blob/master/t/001-database.t

rryqszq4 commented 6 years ago

@yw662 使用的测试库 https://github.com/openresty/test-nginx