- Unit Testing with Python ® vampiri6ka
- 收录时间:2018-03-12 02:46:19
- 文件大小:453MB
- 下载次数:164
- 最近下载:2021-01-01 07:42:20
- 磁力链接:
-
文件列表
- 05 Test Doubles_ Mocks, FAkes and Stubs/54 Example using a Mock.mp4 24MB
- 06 Test Coverage and Parameterized Tests/67 Using coverage data to add tests to legacy code.mp4 20MB
- 04 Testable Documentation with Doctest/43 The ELLIPSIS directive_ a wildcard for matching varying output.mp4 19MB
- 05 Test Doubles_ Mocks, FAkes and Stubs/53 Example using a Fake.mp4 17MB
- 06 Test Coverage and Parameterized Tests/63 Defining parameterized tests with unittest.mp4 15MB
- 01 Unit Testing with Python - Basic Example Using unittest/09 test case design - test case names as specification.mp4 14MB
- 03 Using Pytest for Unit Testing in Python/32 Adding a Test fixture by using _pytest.fixture.mp4 14MB
- 06 Test Coverage and Parameterized Tests/65 Measuring coverage with pytest-cov.mp4 12MB
- 02 Why and When Should You Write Unit Tests_/24 Continuous Integration.mp4 11MB
- 05 Test Doubles_ Mocks, FAkes and Stubs/55 Example using a Spy.mp4 10MB
- 01 Unit Testing with Python - Basic Example Using unittest/04 Another test case, explanation of Test Runner.mp4 10MB
- 05 Test Doubles_ Mocks, FAkes and Stubs/59 Using Monkeypatching to insert a Test Double.mp4 10MB
- 01 Unit Testing with Python - Basic Example Using unittest/10 Arrange - Act - Assert - Cleanup.mp4 9MB
- 04 Testable Documentation with Doctest/41 Handling output that changes - dictionaries and floats.mp4 9MB
- 01 Unit Testing with Python - Basic Example Using unittest/07 using setUp and tearDown - explanation of Test Fixture.mp4 9MB
- 05 Test Doubles_ Mocks, FAkes and Stubs/50 Example using a Stub.mp4 9MB
- 03 Using Pytest for Unit Testing in Python/30 Asserting the contents of collections.mp4 9MB
- 06 Test Coverage and Parameterized Tests/64 Defining parameterized tests with pytest.mp4 8MB
- 02 Why and When Should You Write Unit Tests_/18 Detecting Regression.mp4 8MB
- 01 Unit Testing with Python - Basic Example Using unittest/11 unittest documentation.mp4 8MB
- 04 Testable Documentation with Doctest/38 Documenting a simple method with docstring examples.mp4 8MB
- 06 Test Coverage and Parameterized Tests/62 Using a custom assert to reduce duplication.mp4 8MB
- 03 Using Pytest for Unit Testing in Python/33 Using built-in test fixture resources - tmpdir.mp4 8MB
- 06 Test Coverage and Parameterized Tests/68 Good and bad uses for coverage metrics.mp4 8MB
- 01 Unit Testing with Python - Basic Example Using unittest/03 A first Test Case.mp4 7MB
- 01 Unit Testing with Python - Basic Example Using unittest/05 A test case using assertRaises, explanation of Test Suite.mp4 7MB
- 05 Test Doubles_ Mocks, FAkes and Stubs/51 Using unittest.mock to create a Stub.mp4 7MB
- 03 Using Pytest for Unit Testing in Python/29 Interpreting failure information.mp4 7MB
- 02 Why and When Should You Write Unit Tests_/17 Designing the Units .mp4 7MB
- 05 Test Doubles_ Mocks, FAkes and Stubs/56 Using unittest.mock to create a Spy and a Mock.mp4 7MB
- 03 Using Pytest for Unit Testing in Python/34 Using pytest to run unittest tests.mp4 6MB
- 03 Using Pytest for Unit Testing in Python/31 Built-in helper functions - raises and skip.mp4 6MB
- 04 Testable Documentation with Doctest/39 Using different test runners to execute doctests.mp4 6MB
- 04 Testable Documentation with Doctest/45 When to put doctests in a file, using approval testing.mp4 6MB
- 04 Testable Documentation with Doctest/40 Handling failing doctests.mp4 6MB
- 05 Test Doubles_ Mocks, FAkes and Stubs/58 Choosing to use a particular kind of Test Double.mp4 6MB
- 04 Testable Documentation with Doctest/44 Putting doctest regression tests in a separate file.mp4 6MB
- 02 Why and When Should You Write Unit Tests_/15 Understanding what to build.mp4 6MB
- 03 Using Pytest for Unit Testing in Python/27 Motivation for looking at pytest.mp4 6MB
- 04 Testable Documentation with Doctest/42 Testing for exceptions_ including tracebacks in doctests.mp4 6MB
- 04 Testable Documentation with Doctest/37 What doctest is for, how it relates to unit testing.mp4 5MB
- 02 Why and When Should You Write Unit Tests_/22 Test First.mp4 5MB
- 01 Unit Testing with Python - Basic Example Using unittest/02 Module Overview.mp4 5MB
- 01 Unit Testing with Python - Basic Example Using unittest/01 Course Overview.mp4 5MB
- 05 Test Doubles_ Mocks, FAkes and Stubs/57 Example using a Dummy Object.mp4 4MB
- 01 Unit Testing with Python - Basic Example Using unittest/06 skip a test case, marking it Work In Progress.mp4 4MB
- 02 Why and When Should You Write Unit Tests_/21 Test Last.mp4 3MB
- 06 Test Coverage and Parameterized Tests/66 Measuring coverage of unittest tests.mp4 3MB
- 02 Why and When Should You Write Unit Tests_/16 Documenting the Units.mp4 3MB
- 05 Test Doubles_ Mocks, FAkes and Stubs/49 What is a Test Double_.mp4 3MB
- 03 Using Pytest for Unit Testing in Python/28 Defining and running a simple test case.mp4 3MB
- 02 Why and When Should You Write Unit Tests_/20 Testing as part of your personal development process.mp4 3MB
- 02 Why and When Should You Write Unit Tests_/19 Limitations of Unit Testing.mp4 3MB
- 02 Why and When Should You Write Unit Tests_/23 Test Driven.mp4 3MB
- src.rar 2MB
- 01 Unit Testing with Python - Basic Example Using unittest/08 re-introduce the skipped test case, get it to pass.mp4 2MB
- 01 Unit Testing with Python - Basic Example Using unittest/12 module summary.mp4 2MB
- 06 Test Coverage and Parameterized Tests/61 Module Outline.mp4 2MB
- 06 Test Coverage and Parameterized Tests/69 Module Review.mp4 2MB
- 04 Testable Documentation with Doctest/47 Module Review.mp4 2MB
- 02 Why and When Should You Write Unit Tests_/13 Module Outline.mp4 2MB
- 05 Test Doubles_ Mocks, FAkes and Stubs/52 Stub example summary.mp4 2MB
- 02 Why and When Should You Write Unit Tests_/14 Four reasons for unit testing.mp4 1MB
- 04 Testable Documentation with Doctest/36 Module Outline.mp4 1MB
- 03 Using Pytest for Unit Testing in Python/26 Module Outline.mp4 1MB
- 03 Using Pytest for Unit Testing in Python/35 Module Review.mp4 1MB
- 02 Why and When Should You Write Unit Tests_/25 Module Review.mp4 1MB
- 05 Test Doubles_ Mocks, FAkes and Stubs/48 Module Outline.mp4 1MB
- 05 Test Doubles_ Mocks, FAkes and Stubs/60 Module Review.mp4 1MB
- 04 Testable Documentation with Doctest/46 Doctest for checking tutorial documentation.mp4 1MB