书栈网 · BookStack 本次搜索耗时 0.026 秒,为您找到 99055 个相关结果.
  • Templates

    Templates Structure of templates/ Names of Defined Templates Formatting Templates Whitespace in Generated Templates Comments (YAML Comments vs. Template Comments) Use of JSON...
  • Code Standard

    Code Standard import need to be organized logs standard event is needed for critical reconcile loop comment functions variable folder and file unit test don’t forget to run...
  • Optimise For Readability

    Optimize for Readability not Performance Summary Details Optimize for Readability not Performance Summary Don’t optimize your code prematurely. Concentrate on making it si...
  • 使用Chai

    使用Chai 使用Chai Chai是一个断言库,有一些美味的语法糖,可以与任何其他测试框架配对。 它允许我们以TDD(测试驱动开发)风格或BDD(行为驱动开发)风格编写测试。 我们已经知道什么是TDD(阅读介绍!),那么什么是BDD? BDD是使用TDD和自然语言结构(类似英语的句子)来表达单元测试的行为和结果的组合。 Jasmine已经使用了TD...
  • 布尔型参数

    布尔型参数 布尔型参数 Robot Framework的标准库中有很多关键字接受一个布尔型的值, true或false. 如果参数是字符串的形式提供, 则如果该字符串是空的, 或者转为小写后等于 false 或 no, 则表明该值是false . 其它的字符串一律视为true . 如果参数是其它类型, 则这些值按照 Python语言的规则 来判断....
  • EXCLUSIVE TESTS

    889 2018-06-06 《mocha中文文档》
    EXCLUSIVE TESTS 在用例测试集或者用例单元后面加上.only() 方法,可以让mocha只测试此用例集合或者用例单元。下面是一个仅执行一个特殊的测试单元的例子: describe ( 'Array' , function () { describe . only ( '#indexOf()' , functio...
  • 8.1.5. GPIO

    Recommendations for GPIO Interfaces Pin types are zero-sized by default (C-ZST-PIN) Pin types provide methods to erase pin and port (C-ERASED-PIN) Pin state should be encoded as ...
  • Retaining or automatically dropping data

    Load rules Forever Load Rule Interval Load Rule Period Load Rule Drop Rules Forever Drop Rule Interval Drop Rule Period Drop Rule Period Drop Before Rule Broadcast Rules F...
  • kubelet

    kubelet Synopsis Options kubelet Synopsis The kubelet is the primary “node agent” that runs on each node. It can register the node with the apiserver using one of: the hostna...
  • Testing

    Testing Crystal Code Anatomy of a spec file Expectations Equivalence, Identity and Type Truthiness Comparisons Other matchers Expecting errors Focusing on a group of specs ...