-
Notifications
You must be signed in to change notification settings - Fork 5
Weekly/53 for 2016/10/05 #108
Comments
提前祝大家国庆快乐 \w/ |
|
|
|
https://github.com/521xueweihan/HelloGithub |
https://mlh.io/events |
|
|
|
@at15 我昨天也看到了,但是我不明白我是怎么关注的他微波 http://weibo.com/tlaster?refer_flag=1001030103_&is_all=1#1475309651413 |
|
|
|
|
|
|
cc @xsfour |
|
https://github.com/OpenRA/OpenRA |
|
https://github.com/google/pepper.js |
re @at15 类型驱动是啥意思啊 |
https://github.com/onsi/ginkgo |
@gaocegege BDD 跟 https://github.com/stretchr/testify 这种有什么区别? 另外golang 1.7 里的test也加强了,支持像junit那样的suite,每个测试前后跑一些东西。我感觉Ayi可以放弃支持 golang 1.6 了 /w\ and type driven? 好像听说过,具体不知道..... |
re @at15 var _ = Describe("Book", func() {
var (
longBook Book
shortBook Book
)
BeforeEach(func() {
longBook = Book{
Title: "Les Miserables",
Author: "Victor Hugo",
Pages: 1488,
}
shortBook = Book{
Title: "Fox In Socks",
Author: "Dr. Seuss",
Pages: 24,
}
})
Describe("Categorizing book length", func() {
Context("With more than 300 pages", func() {
It("should be a novel", func() {
Expect(longBook.CategoryByLength()).To(Equal("NOVEL"))
})
})
Context("With fewer than 300 pages", func() {
It("should be a short story", func() {
Expect(shortBook.CategoryByLength()).To(Equal("SHORT STORY"))
})
})
})
}) |
@gaocegege 策策起好早! |
re @at15 生活要健康嘛 |
cc @at15 |
https://github.com/JustinFincher/GitHubContributionsiOS 作者看上去是个star狂魔 |
他的起名风格真是。。直白😂 |
re @aploium |
we should have ce-selected @gaocegege |
|
Weekly locked. Please go to #109. |
@swaylq \w |
... |
@swaylq \w |
2016/10/5, 第十二循环第一次, 总第五十三期 -> @swaylq
投稿:
The text was updated successfully, but these errors were encountered: