TorBT - Torrents and Magnet Links Search Engine
pluralsight.com - Unit Testing with Python ® vampiri6ka
- Date: 2022-10-20
- Size: 454 MB
- Files: 70
File Name
Size
05 Test Doubles_ Mocks, FAkes and Stubs/54 Example using a Mock.mp4
24 MB
06 Test Coverage and Parameterized Tests/67 Using coverage data to add tests to legacy code.mp4
20 MB
04 Testable Documentation with Doctest/43 The ELLIPSIS directive_ a wildcard for matching varying output.mp4
18 MB
05 Test Doubles_ Mocks, FAkes and Stubs/53 Example using a Fake.mp4
17 MB
06 Test Coverage and Parameterized Tests/63 Defining parameterized tests with unittest.mp4
15 MB
01 Unit Testing with Python - Basic Example Using unittest/09 test case design - test case names as specification.mp4
14 MB
03 Using Pytest for Unit Testing in Python/32 Adding a Test fixture by using _pytest.fixture.mp4
14 MB
06 Test Coverage and Parameterized Tests/65 Measuring coverage with pytest-cov.mp4
12 MB
02 Why and When Should You Write Unit Tests_/24 Continuous Integration.mp4
11 MB
05 Test Doubles_ Mocks, FAkes and Stubs/55 Example using a Spy.mp4
10 MB
01 Unit Testing with Python - Basic Example Using unittest/04 Another test case, explanation of Test Runner.mp4
10 MB
05 Test Doubles_ Mocks, FAkes and Stubs/59 Using Monkeypatching to insert a Test Double.mp4
9.8 MB
01 Unit Testing with Python - Basic Example Using unittest/10 Arrange - Act - Assert - Cleanup.mp4
9.5 MB
04 Testable Documentation with Doctest/41 Handling output that changes - dictionaries and floats.mp4
9.3 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.9 MB
03 Using Pytest for Unit Testing in Python/30 Asserting the contents of collections.mp4
8.8 MB
06 Test Coverage and Parameterized Tests/64 Defining parameterized tests with pytest.mp4
8.4 MB
02 Why and When Should You Write Unit Tests_/18 Detecting Regression.mp4
7.8 MB
01 Unit Testing with Python - Basic Example Using unittest/11 unittest documentation.mp4
7.8 MB
04 Testable Documentation with Doctest/38 Documenting a simple method with docstring examples.mp4
7.6 MB
06 Test Coverage and Parameterized Tests/62 Using a custom assert to reduce duplication.mp4
7.6 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.6 MB
01 Unit Testing with Python - Basic Example Using unittest/03 A first Test Case.mp4
7.4 MB
01 Unit Testing with Python - Basic Example Using unittest/05 A test case using assertRaises, explanation of Test Suite.mp4
7.3 MB
05 Test Doubles_ Mocks, FAkes and Stubs/51 Using unittest.mock to create a Stub.mp4
6.9 MB
03 Using Pytest for Unit Testing in Python/29 Interpreting failure information.mp4
6.7 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.6 MB
03 Using Pytest for Unit Testing in Python/34 Using pytest to run unittest tests.mp4
6.5 MB
03 Using Pytest for Unit Testing in Python/31 Built-in helper functions - raises and skip.mp4
6.4 MB
04 Testable Documentation with Doctest/39 Using different test runners to execute doctests.mp4
6.2 MB
04 Testable Documentation with Doctest/45 When to put doctests in a file, using approval testing.mp4
6.1 MB
04 Testable Documentation with Doctest/40 Handling failing doctests.mp4
5.9 MB
05 Test Doubles_ Mocks, FAkes and Stubs/58 Choosing to use a particular kind of Test Double.mp4
5.8 MB
04 Testable Documentation with Doctest/44 Putting doctest regression tests in a separate file.mp4
5.7 MB
02 Why and When Should You Write Unit Tests_/15 Understanding what to build.mp4
5.6 MB
03 Using Pytest for Unit Testing in Python/27 Motivation for looking at pytest.mp4
5.5 MB
04 Testable Documentation with Doctest/42 Testing for exceptions_ including tracebacks in doctests.mp4
5.5 MB
04 Testable Documentation with Doctest/37 What doctest is for, how it relates to unit testing.mp4
5.5 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.9 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.3 MB
01 Unit Testing with Python - Basic Example Using unittest/06 skip a test case, marking it Work In Progress.mp4
4.2 MB
02 Why and When Should You Write Unit Tests_/21 Test Last.mp4
3.3 MB
06 Test Coverage and Parameterized Tests/66 Measuring coverage of unittest tests.mp4
3.2 MB
02 Why and When Should You Write Unit Tests_/16 Documenting the Units.mp4
3.0 MB
05 Test Doubles_ Mocks, FAkes and Stubs/49 What is a Test Double_.mp4
2.9 MB
03 Using Pytest for Unit Testing in Python/28 Defining and running a simple test case.mp4
2.9 MB
02 Why and When Should You Write Unit Tests_/20 Testing as part of your personal development process.mp4
2.7 MB
02 Why and When Should You Write Unit Tests_/19 Limitations of Unit Testing.mp4
2.6 MB
02 Why and When Should You Write Unit Tests_/23 Test Driven.mp4
2.5 MB
src.rar
2.5 MB
01 Unit Testing with Python - Basic Example Using unittest/08 re-introduce the skipped test case, get it to pass.mp4
2.4 MB
01 Unit Testing with Python - Basic Example Using unittest/12 module summary.mp4
1.9 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.8 MB
04 Testable Documentation with Doctest/47 Module Review.mp4
1.6 MB
02 Why and When Should You Write Unit Tests_/13 Module Outline.mp4
1.5 MB
05 Test Doubles_ Mocks, FAkes and Stubs/52 Stub example summary.mp4
1.5 MB
02 Why and When Should You Write Unit Tests_/14 Four reasons for unit testing.mp4
1.5 MB
04 Testable Documentation with Doctest/36 Module Outline.mp4
1.5 MB
03 Using Pytest for Unit Testing in Python/26 Module Outline.mp4
1.3 MB
03 Using Pytest for Unit Testing in Python/35 Module Review.mp4
1.2 MB
02 Why and When Should You Write Unit Tests_/25 Module Review.mp4
1.2 MB
05 Test Doubles_ Mocks, FAkes and Stubs/48 Module Outline.mp4
1.2 MB
05 Test Doubles_ Mocks, FAkes and Stubs/60 Module Review.mp4
1.1 MB
04 Testable Documentation with Doctest/46 Doctest for checking tutorial documentation.mp4
1.1 MB