steveklabnik/rustdoc

Write more tests

开放

#75 创建于 2017年7月27日

 (6 条评论) (0 个反应) (0 位负责人) (22 个派生)github user discovery
E-Easybackendenhancementhelp wanted

仓库指标

星标
 (104 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Now that we have a test framework, we should verify everything in the JSON. Right now, we only have two tests: https://github.com/steveklabnik/rustdoc/tree/master/tests/source

testing all aspects of https://github.com/steveklabnik/rustdoc/blob/master/frontend/public/data.json is good; that'd take two steps:

  1. we should use jsonapi to validate that it's proper JSON-API
  2. we should test that the proper relationships are created

贡献者指南