zhongziso种子搜
首页
功能
磁力转BT
BT转磁力
使用教程
免责声明
关于
zhongziso
搜索
pluralsight.com - Unit Testing with Python ® vampiri6ka
magnet:?xt=urn:btih:0951adc7e0e05637e8748dfe68aacb3446d7c8e7&dn=pluralsight.com - Unit Testing with Python ® vampiri6ka
磁力链接详情
Hash值:
0951adc7e0e05637e8748dfe68aacb3446d7c8e7
点击数:
196
文件大小:
450.99 MB
文件数量:
69
创建日期:
2018-6-4 09:23
最后访问:
2025-1-20 21:06
访问标签:
pluralsight
com
-
Unit
Testing
with
Python
®
vampiri6ka
文件列表详情
05 Test Doubles_ Mocks, FAkes and Stubs/54 Example using a Mock.mp4 23.99 MB
06 Test Coverage and Parameterized Tests/67 Using coverage data to add tests to legacy code.mp4 19.94 MB
04 Testable Documentation with Doctest/43 The ELLIPSIS directive_ a wildcard for matching varying output.mp4 18.54 MB
05 Test Doubles_ Mocks, FAkes and Stubs/53 Example using a Fake.mp4 17.38 MB
06 Test Coverage and Parameterized Tests/63 Defining parameterized tests with unittest.mp4 14.85 MB
01 Unit Testing with Python - Basic Example Using unittest/09 test case design - test case names as specification.mp4 14.19 MB
03 Using Pytest for Unit Testing in Python/32 Adding a Test fixture by using _pytest.fixture.mp4 13.92 MB
06 Test Coverage and Parameterized Tests/65 Measuring coverage with pytest-cov.mp4 11.84 MB
02 Why and When Should You Write Unit Tests_/24 Continuous Integration.mp4 10.71 MB
05 Test Doubles_ Mocks, FAkes and Stubs/55 Example using a Spy.mp4 10.26 MB
01 Unit Testing with Python - Basic Example Using unittest/04 Another test case, explanation of Test Runner.mp4 10.06 MB
05 Test Doubles_ Mocks, FAkes and Stubs/59 Using Monkeypatching to insert a Test Double.mp4 9.83 MB
01 Unit Testing with Python - Basic Example Using unittest/10 Arrange - Act - Assert - Cleanup.mp4 9.47 MB
04 Testable Documentation with Doctest/41 Handling output that changes - dictionaries and floats.mp4 9.33 MB
01 Unit Testing with Python - Basic Example Using unittest/07 using setUp and tearDown - explanation of Test Fixture.mp4 8.9 MB
05 Test Doubles_ Mocks, FAkes and Stubs/50 Example using a Stub.mp4 8.87 MB
03 Using Pytest for Unit Testing in Python/30 Asserting the contents of collections.mp4 8.83 MB
06 Test Coverage and Parameterized Tests/64 Defining parameterized tests with pytest.mp4 8.38 MB
02 Why and When Should You Write Unit Tests_/18 Detecting Regression.mp4 7.85 MB
01 Unit Testing with Python - Basic Example Using unittest/11 unittest documentation.mp4 7.84 MB
04 Testable Documentation with Doctest/38 Documenting a simple method with docstring examples.mp4 7.65 MB
06 Test Coverage and Parameterized Tests/62 Using a custom assert to reduce duplication.mp4 7.63 MB
03 Using Pytest for Unit Testing in Python/33 Using built-in test fixture resources - tmpdir.mp4 7.6 MB
06 Test Coverage and Parameterized Tests/68 Good and bad uses for coverage metrics.mp4 7.58 MB
01 Unit Testing with Python - Basic Example Using unittest/03 A first Test Case.mp4 7.37 MB
01 Unit Testing with Python - Basic Example Using unittest/05 A test case using assertRaises, explanation of Test Suite.mp4 7.25 MB
05 Test Doubles_ Mocks, FAkes and Stubs/51 Using unittest.mock to create a Stub.mp4 6.92 MB
03 Using Pytest for Unit Testing in Python/29 Interpreting failure information.mp4 6.74 MB
02 Why and When Should You Write Unit Tests_/17 Designing the Units .mp4 6.7 MB
05 Test Doubles_ Mocks, FAkes and Stubs/56 Using unittest.mock to create a Spy and a Mock.mp4 6.57 MB
03 Using Pytest for Unit Testing in Python/34 Using pytest to run unittest tests.mp4 6.46 MB
03 Using Pytest for Unit Testing in Python/31 Built-in helper functions - raises and skip.mp4 6.44 MB
04 Testable Documentation with Doctest/39 Using different test runners to execute doctests.mp4 6.17 MB
04 Testable Documentation with Doctest/45 When to put doctests in a file, using approval testing.mp4 6.07 MB
04 Testable Documentation with Doctest/40 Handling failing doctests.mp4 5.89 MB
05 Test Doubles_ Mocks, FAkes and Stubs/58 Choosing to use a particular kind of Test Double.mp4 5.76 MB
04 Testable Documentation with Doctest/44 Putting doctest regression tests in a separate file.mp4 5.73 MB
02 Why and When Should You Write Unit Tests_/15 Understanding what to build.mp4 5.59 MB
03 Using Pytest for Unit Testing in Python/27 Motivation for looking at pytest.mp4 5.54 MB
04 Testable Documentation with Doctest/42 Testing for exceptions_ including tracebacks in doctests.mp4 5.53 MB
04 Testable Documentation with Doctest/37 What doctest is for, how it relates to unit testing.mp4 5.48 MB
02 Why and When Should You Write Unit Tests_/22 Test First.mp4 5.3 MB
01 Unit Testing with Python - Basic Example Using unittest/02 Module Overview.mp4 4.89 MB
01 Unit Testing with Python - Basic Example Using unittest/01 Course Overview.mp4 4.8 MB
05 Test Doubles_ Mocks, FAkes and Stubs/57 Example using a Dummy Object.mp4 4.27 MB
01 Unit Testing with Python - Basic Example Using unittest/06 skip a test case, marking it Work In Progress.mp4 4.22 MB
02 Why and When Should You Write Unit Tests_/21 Test Last.mp4 3.34 MB
06 Test Coverage and Parameterized Tests/66 Measuring coverage of unittest tests.mp4 3.17 MB
02 Why and When Should You Write Unit Tests_/16 Documenting the Units.mp4 3.02 MB
05 Test Doubles_ Mocks, FAkes and Stubs/49 What is a Test Double_.mp4 2.94 MB
03 Using Pytest for Unit Testing in Python/28 Defining and running a simple test case.mp4 2.88 MB
02 Why and When Should You Write Unit Tests_/20 Testing as part of your personal development process.mp4 2.66 MB
02 Why and When Should You Write Unit Tests_/19 Limitations of Unit Testing.mp4 2.56 MB
02 Why and When Should You Write Unit Tests_/23 Test Driven.mp4 2.54 MB
01 Unit Testing with Python - Basic Example Using unittest/08 re-introduce the skipped test case, get it to pass.mp4 2.41 MB
01 Unit Testing with Python - Basic Example Using unittest/12 module summary.mp4 1.91 MB
06 Test Coverage and Parameterized Tests/61 Module Outline.mp4 1.9 MB
06 Test Coverage and Parameterized Tests/69 Module Review.mp4 1.81 MB
04 Testable Documentation with Doctest/47 Module Review.mp4 1.64 MB
02 Why and When Should You Write Unit Tests_/13 Module Outline.mp4 1.54 MB
05 Test Doubles_ Mocks, FAkes and Stubs/52 Stub example summary.mp4 1.51 MB
02 Why and When Should You Write Unit Tests_/14 Four reasons for unit testing.mp4 1.46 MB
04 Testable Documentation with Doctest/36 Module Outline.mp4 1.46 MB
03 Using Pytest for Unit Testing in Python/26 Module Outline.mp4 1.32 MB
03 Using Pytest for Unit Testing in Python/35 Module Review.mp4 1.22 MB
02 Why and When Should You Write Unit Tests_/25 Module Review.mp4 1.17 MB
05 Test Doubles_ Mocks, FAkes and Stubs/48 Module Outline.mp4 1.16 MB
05 Test Doubles_ Mocks, FAkes and Stubs/60 Module Review.mp4 1.14 MB
04 Testable Documentation with Doctest/46 Doctest for checking tutorial documentation.mp4 1.08 MB
其他位置