zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[FreeCoursesOnline.Us] Plurasight - unit-testing-python
magnet:?xt=urn:btih:383d5c20fe7a9e52d43061a3287698aead798dc0&dn=[FreeCoursesOnline.Us] Plurasight - unit-testing-python
磁力链接详情
文件列表详情
383d5c20fe7a9e52d43061a3287698aead798dc0
infohash:
69
文件数量
448.42 MB
文件大小
2019-6-4 07:57
创建日期
2024-11-1 00:53
最后访问
相关分词
FreeCoursesOnline
Us
Plurasight
-
unit-testing-python
00.Unit-Testing-with-Python---Basic-Example-Using-unittest/00.Course-Overview.mp4 4.8 MB
00.Unit-Testing-with-Python---Basic-Example-Using-unittest/01.Module-Overview.mp4 4.89 MB
00.Unit-Testing-with-Python---Basic-Example-Using-unittest/02.A-First-Test-Case.mp4 7.37 MB
00.Unit-Testing-with-Python---Basic-Example-Using-unittest/03.Another-Test-Case-Explanation-of-Test-Runner.mp4 10.06 MB
00.Unit-Testing-with-Python---Basic-Example-Using-unittest/04.A-Test-Case-Using-assertRaises-Explanation-of-Test-Suite.mp4 7.25 MB
00.Unit-Testing-with-Python---Basic-Example-Using-unittest/05.Skip-a-Test-Case-Marking-it-Work-In-Progress.mp4 4.22 MB
00.Unit-Testing-with-Python---Basic-Example-Using-unittest/06.Using-setUp-and-tearDown---Explanation-of-Test-Fixture.mp4 8.9 MB
00.Unit-Testing-with-Python---Basic-Example-Using-unittest/07.Re-Introduce-the-Skipped-Test-Case-Get-it-to-Pass.mp4 2.41 MB
00.Unit-Testing-with-Python---Basic-Example-Using-unittest/08.Cest-Case-Design---Test-Case-Names-as-Specification.mp4 14.19 MB
00.Unit-Testing-with-Python---Basic-Example-Using-unittest/09.Arrange---Act---Assert---Cleanup.mp4 9.47 MB
00.Unit-Testing-with-Python---Basic-Example-Using-unittest/10.unittest-Documentation.mp4 7.84 MB
00.Unit-Testing-with-Python---Basic-Example-Using-unittest/11.Module-Summary.mp4 1.91 MB
01.Why-and-When-Should-You-Write-Unit-Tests/00.Module-Outline.mp4 1.56 MB
01.Why-and-When-Should-You-Write-Unit-Tests/01.Four-Reasons-for-Unit-Testing.mp4 1.39 MB
01.Why-and-When-Should-You-Write-Unit-Tests/02.Understanding-What-to-Build.mp4 5.28 MB
01.Why-and-When-Should-You-Write-Unit-Tests/03.Documenting-the-Units.mp4 2.86 MB
01.Why-and-When-Should-You-Write-Unit-Tests/04.Designing-the-Units.mp4 6.35 MB
01.Why-and-When-Should-You-Write-Unit-Tests/05.Detecting-Regression.mp4 7.42 MB
01.Why-and-When-Should-You-Write-Unit-Tests/06.Limitations-of-Unit-Testing.mp4 2.51 MB
01.Why-and-When-Should-You-Write-Unit-Tests/07.Testing-as-Part-of-Your-Personal-Development-Process.mp4 2.58 MB
01.Why-and-When-Should-You-Write-Unit-Tests/08.Test-Last.mp4 3.24 MB
01.Why-and-When-Should-You-Write-Unit-Tests/09.Test-First.mp4 5.05 MB
01.Why-and-When-Should-You-Write-Unit-Tests/10.Test-Driven.mp4 2.47 MB
01.Why-and-When-Should-You-Write-Unit-Tests/11.Continuous-Integration.mp4 9.95 MB
01.Why-and-When-Should-You-Write-Unit-Tests/12.Module-Review.mp4 1.23 MB
02.Using-Pytest-for-Unit-Testing-in-Python/00.Module-Outline.mp4 1.32 MB
02.Using-Pytest-for-Unit-Testing-in-Python/01.Motivation-for-Looking-at-pytest.mp4 5.54 MB
02.Using-Pytest-for-Unit-Testing-in-Python/02.Defining-and-Running-a-Simple-Test-Case.mp4 2.88 MB
02.Using-Pytest-for-Unit-Testing-in-Python/03.Interpreting-Failure-Information.mp4 6.74 MB
02.Using-Pytest-for-Unit-Testing-in-Python/04.Asserting-the-Contents-of-Collections.mp4 8.83 MB
02.Using-Pytest-for-Unit-Testing-in-Python/05.Built-In-Helper-Functions---raises-and-skip.mp4 6.44 MB
02.Using-Pytest-for-Unit-Testing-in-Python/06.Adding-a-Test-Fixture-by-Using-pytestfixture.mp4 13.92 MB
02.Using-Pytest-for-Unit-Testing-in-Python/07.Using-Built-In-Test-Fixture-Resources---tmpdir.mp4 7.6 MB
02.Using-Pytest-for-Unit-Testing-in-Python/08.Using-pytest-to-Run-unittest-Tests.mp4 6.46 MB
02.Using-Pytest-for-Unit-Testing-in-Python/09.Module-Review.mp4 1.22 MB
03.Testable-Documentation-with-Doctest/00.Module-Outline.mp4 1.46 MB
03.Testable-Documentation-with-Doctest/01.What-doctest-is-for-how-it-Relates-to-Unit-Testing.mp4 5.48 MB
03.Testable-Documentation-with-Doctest/02.Documenting-a-Simple-Method-With-docstring-Examples.mp4 7.65 MB
03.Testable-Documentation-with-Doctest/03.Using-Different-Test-Runners-to-Execute-doctests.mp4 6.17 MB
03.Testable-Documentation-with-Doctest/04.Handling-Failing-doctests.mp4 5.89 MB
03.Testable-Documentation-with-Doctest/05.Handling-Output-That-Changes---Dictionaries-and-Floats.mp4 9.33 MB
03.Testable-Documentation-with-Doctest/06.Testing-for-Exceptions-Including-Tracebacks-in-doctests.mp4 5.53 MB
03.Testable-Documentation-with-Doctest/07.The-ELLIPSIS-Directive-a-Wildcard-for-Matching-Varying-Output.mp4 18.54 MB
03.Testable-Documentation-with-Doctest/08.Putting-doctest-Regression-Tests-in-a-Separate-File.mp4 5.73 MB
03.Testable-Documentation-with-Doctest/09.When-to-Put-doctests-in-a-File-Using-Approval-Testing.mp4 6.07 MB
03.Testable-Documentation-with-Doctest/10.Doctest-for-Checking-Tutorial-Documentation.mp4 1.08 MB
03.Testable-Documentation-with-Doctest/11.Module-Review.mp4 1.64 MB
04.Test-Doubles-Mocks-Fakes-and-Stubs/00.Module-Outline.mp4 1.16 MB
04.Test-Doubles-Mocks-Fakes-and-Stubs/01.What-is-a-Test-Double.mp4 2.94 MB
04.Test-Doubles-Mocks-Fakes-and-Stubs/02.Example-Using-a-Stub.mp4 8.87 MB
04.Test-Doubles-Mocks-Fakes-and-Stubs/03.Using-unittestmock-to-Create-a-Stub.mp4 6.92 MB
04.Test-Doubles-Mocks-Fakes-and-Stubs/04.Stub-Example-Summary.mp4 1.51 MB
04.Test-Doubles-Mocks-Fakes-and-Stubs/05.Example-Using-a-Fake.mp4 17.38 MB
04.Test-Doubles-Mocks-Fakes-and-Stubs/06.Example-Using-a-Mock.mp4 23.99 MB
04.Test-Doubles-Mocks-Fakes-and-Stubs/07.Example-Using-a-Spy.mp4 10.26 MB
04.Test-Doubles-Mocks-Fakes-and-Stubs/08.Using-unittestmock-to-Create-a-Spy-and-a-Mock.mp4 6.57 MB
04.Test-Doubles-Mocks-Fakes-and-Stubs/09.Example-Using-a-Dummy-Object.mp4 4.27 MB
04.Test-Doubles-Mocks-Fakes-and-Stubs/10.Choosing-to-Use-a-Particular-Kind-of-Test-Double.mp4 5.76 MB
04.Test-Doubles-Mocks-Fakes-and-Stubs/11.Using-Monkeypatching-to-Insert-a-Test-Double.mp4 9.83 MB
04.Test-Doubles-Mocks-Fakes-and-Stubs/12.Module-Review.mp4 1.14 MB
05.Test-Coverage-and-Parameterized-Tests/00.Module-Outline.mp4 1.9 MB
05.Test-Coverage-and-Parameterized-Tests/01.Using-a-Custom-Assert-to-Reduce-Duplication.mp4 7.63 MB
05.Test-Coverage-and-Parameterized-Tests/02.Defining-Parameterized-Tests-With-unittest.mp4 14.85 MB
05.Test-Coverage-and-Parameterized-Tests/03.Defining-Parameterized-Tests-With-pytest.mp4 8.38 MB
05.Test-Coverage-and-Parameterized-Tests/04.Measuring-Coverage-With-pytest-cov.mp4 11.84 MB
05.Test-Coverage-and-Parameterized-Tests/05.Measuring-Coverage-of-unittest-Tests.mp4 3.17 MB
05.Test-Coverage-and-Parameterized-Tests/06.Using-Coverage-Data-to-Add-Tests-to-Legacy-Code.mp4 19.94 MB
05.Test-Coverage-and-Parameterized-Tests/07.Good-and-Bad-Uses-for-Coverage-Metrics.mp4 7.58 MB
05.Test-Coverage-and-Parameterized-Tests/08.Module-Review.mp4 1.81 MB
其他位置