Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alsotang/node-practice-3
https://github.com/alsotang/node-practice-3
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alsotang/node-practice-3
- Owner: alsotang
- Created: 2014-10-12T10:12:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-14T07:59:03.000Z (over 7 years ago)
- Last Synced: 2024-11-03T17:05:06.603Z (2 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#node-practice-3
在 practice 2 的基础上,输出每一个 topic 中的第一条评论。为 practice 3 的代码写测试代码,使行覆盖率达到 90%。
---
主要目标:1. 学习使用 eventproxy 来控制并发。
2. 测试框架使用 mocha http://mochajs.org/断言框架使用 should https://github.com/visionmedia/should.js/
覆盖率用 istanbul。了解什么是行覆盖率,什么是分支覆盖率,什么是函数覆盖率。
3. 学习使用 travisci 和 coveralls,并把它们的 badges 放进项目的 readme 中。---
app.js代码参考alsotang的node-learn-lesson https://github.com/alsotang/node-lessons/tree/master/lesson4