种子简介
种子名称:
Unit Testing with Python – Emily Bache
文件类型:
视频
文件数目:
69个文件
文件大小:
448.42 MB
收录时间:
2016-12-31 05:41
已经下载:
3次
资源热度:
103
最近下载:
2024-11-9 18:11
下载BT种子文件
下载Torrent文件(.torrent)
立即下载
磁力链接下载
magnet:?xt=urn:btih:ace1287f64f2d9032c879840a355a2472f5535ab&dn=Unit Testing with Python – Emily Bache
复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。
喜欢这个种子的人也喜欢
种子包含的文件
Unit Testing with Python – Emily Bache.torrent
1 Unit Testing with Python Basic Example Using unittest/1 Course Overview.mp44.8MB
1 Unit Testing with Python Basic Example Using unittest/10 Arrange Act Assert Cleanup.mp49.47MB
1 Unit Testing with Python Basic Example Using unittest/11 unittest Documentation..mp47.84MB
1 Unit Testing with Python Basic Example Using unittest/12 Module Summary..mp41.91MB
1 Unit Testing with Python Basic Example Using unittest/2 Module Overview.mp44.89MB
1 Unit Testing with Python Basic Example Using unittest/3 A First Test Case.mp47.37MB
1 Unit Testing with Python Basic Example Using unittest/4 Another Test Case Explanation of Test Runner.mp410.06MB
1 Unit Testing with Python Basic Example Using unittest/5 A Test Case Using assertRaises Explanation of Test Suite.mp47.25MB
1 Unit Testing with Python Basic Example Using unittest/6 Skip a Test Case Marking it Work In Progress.mp44.22MB
1 Unit Testing with Python Basic Example Using unittest/7 Using setUp and tearDown Explanation of Test Fixture.mp48.9MB
1 Unit Testing with Python Basic Example Using unittest/8 Re Introduce the Skipped Test Case Get it to Pass..mp42.41MB
1 Unit Testing with Python Basic Example Using unittest/9 Cest Case Design Test Case Names as Specification..mp414.19MB
2 Why and When Should You Write Unit Tests?/1 Module Outline.mp41.56MB
2 Why and When Should You Write Unit Tests?/10 Test First.mp45.05MB
2 Why and When Should You Write Unit Tests?/11 Test Driven.mp42.47MB
2 Why and When Should You Write Unit Tests?/12 Continuous Integration.mp49.95MB
2 Why and When Should You Write Unit Tests?/13 Module Review.mp41.23MB
2 Why and When Should You Write Unit Tests?/2 Four Reasons for Unit Testing.mp41.39MB
2 Why and When Should You Write Unit Tests?/3 Understanding What to Build.mp45.28MB
2 Why and When Should You Write Unit Tests?/4 Documenting the Units.mp42.86MB
2 Why and When Should You Write Unit Tests?/5 Designing the Units.mp46.35MB
2 Why and When Should You Write Unit Tests?/6 Detecting Regression.mp47.42MB
2 Why and When Should You Write Unit Tests?/7 Limitations of Unit Testing.mp42.51MB
2 Why and When Should You Write Unit Tests?/8 Testing as Part of Your Personal Development Process.mp42.58MB
2 Why and When Should You Write Unit Tests?/9 Test Last.mp43.24MB
3 Using Pytest for Unit Testing in Python/1 Module Outline.mp41.32MB
3 Using Pytest for Unit Testing in Python/10 Module Review.mp41.22MB
3 Using Pytest for Unit Testing in Python/2 Motivation for Looking at pytest.mp45.54MB
3 Using Pytest for Unit Testing in Python/3 Defining and Running a Simple Test Case.mp42.88MB
3 Using Pytest for Unit Testing in Python/4 Interpreting Failure Information.mp46.74MB
3 Using Pytest for Unit Testing in Python/5 Asserting the Contents of Collections.mp48.83MB
3 Using Pytest for Unit Testing in Python/6 Built In Helper Functions raises and skip.mp46.44MB
3 Using Pytest for Unit Testing in Python/7 Adding a Test Fixture by Using pytest.fixture.mp413.92MB
3 Using Pytest for Unit Testing in Python/8 Using Built In Test Fixture Resources tmpdir.mp47.6MB
3 Using Pytest for Unit Testing in Python/9 Using pytest to Run unittest Tests.mp46.46MB
4 Testable Documentation with Doctest/1 Module Outline.mp41.46MB
4 Testable Documentation with Doctest/10 When to Put doctests in a File Using Approval Testing.mp46.07MB
4 Testable Documentation with Doctest/11 Doctest for Checking Tutorial Documentation.mp41.08MB
4 Testable Documentation with Doctest/12 Module Review.mp41.64MB
4 Testable Documentation with Doctest/2 What doctest is for how it Relates to Unit Testing.mp45.48MB
4 Testable Documentation with Doctest/3 Documenting a Simple Method With docstring Examples.mp47.65MB
4 Testable Documentation with Doctest/4 Using Different Test Runners to Execute doctests.mp46.17MB
4 Testable Documentation with Doctest/5 Handling Failing doctests.mp45.89MB
4 Testable Documentation with Doctest/6 Handling Output That Changes Dictionaries and Floats.mp49.33MB
4 Testable Documentation with Doctest/7 Testing for Exceptions Including Tracebacks in doctests.mp45.53MB
4 Testable Documentation with Doctest/8 The ELLIPSIS Directive a Wildcard for Matching Varying Output.mp418.54MB
4 Testable Documentation with Doctest/9 Putting doctest Regression Tests in a Separate File.mp45.73MB
5 Test Doubles Mocks, Fakes and Stubs/1 Module Outline.mp41.16MB
5 Test Doubles Mocks, Fakes and Stubs/10 Example Using a Dummy Object.mp44.27MB
5 Test Doubles Mocks, Fakes and Stubs/11 Choosing to Use a Particular Kind of Test Double.mp45.76MB
5 Test Doubles Mocks, Fakes and Stubs/12 Using Monkeypatching to Insert a Test Double.mp49.83MB
5 Test Doubles Mocks, Fakes and Stubs/13 Module Review.mp41.14MB
5 Test Doubles Mocks, Fakes and Stubs/2 What is a Test Double.mp42.94MB
5 Test Doubles Mocks, Fakes and Stubs/3 Example Using a Stub.mp48.87MB
5 Test Doubles Mocks, Fakes and Stubs/4 Using unittest.mock to Create a Stub.mp46.92MB
5 Test Doubles Mocks, Fakes and Stubs/5 Stub Example Summary.mp41.51MB
5 Test Doubles Mocks, Fakes and Stubs/6 Example Using a Fake.mp417.38MB
5 Test Doubles Mocks, Fakes and Stubs/7 Example Using a Mock.mp423.99MB
5 Test Doubles Mocks, Fakes and Stubs/8 Example Using a Spy.mp410.26MB
5 Test Doubles Mocks, Fakes and Stubs/9 Using unittest.mock to Create a Spy and a Mock.mp46.57MB
6 Test Coverage and Parameterized Tests/1 Module Outline.mp41.9MB
6 Test Coverage and Parameterized Tests/2 Using a Custom Assert to Reduce Duplication.mp47.63MB
6 Test Coverage and Parameterized Tests/3 Defining Parameterized Tests With unittest.mp414.85MB
6 Test Coverage and Parameterized Tests/4 Defining Parameterized Tests With pytest.mp48.38MB
6 Test Coverage and Parameterized Tests/5 Measuring Coverage With pytest cov.mp411.84MB
6 Test Coverage and Parameterized Tests/6 Measuring Coverage of unittest Tests.mp43.17MB
6 Test Coverage and Parameterized Tests/7 Using Coverage Data to Add Tests to Legacy Code.mp419.94MB
6 Test Coverage and Parameterized Tests/8 Good and Bad Uses for Coverage Metrics.mp47.58MB
6 Test Coverage and Parameterized Tests/9 Module Review.mp41.81MB