#

pester

  • PowerShell Pester 使用 - Assertion

    豆子之前初步了解了Pester的基本功能,今天继续看看。Pester里面有个很重要的概念叫 assertion (断言),他的作用是通过Should这个关键字 (function)来定义预测应该出现的

    作者:beanxyz
    2020-07-10 10:23:11
  • PowerShell Pester - Code Coverage

    今天继续学习Pester,invoke-pester有一个很nb的选项叫codeCoverage,可以指定需要测试的脚本,function甚至某一个片段的范围,然后他会告诉你这个范围内的功能是否都测试

    作者:beanxyz
    2020-06-15 22:39:37
  • PowerShell Script Analyzer, Script browser 和 Pester

    昨天在MVA上看PowerShell5的最新功能的合集视频,第一个演讲人是微软PowerShell 开发组的经理,他提到了DevOp 的发展趋势,他认为对于PowerShell而言,除了基本的Powe

    作者:beanxyz
    2020-06-11 10:40:00