BITCQ

[CourseClub.NET] Pluralsight - Unit Testing with Python

Size: 453.4 MB
Magnet link

Name Size
[CourseClub.NET] Pluralsight - Unit Testing with Python/1. Unit Testing with Python - Basic Example Using unittest/01. Course Overview.mp4 4.8 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/1. Unit Testing with Python - Basic Example Using unittest/02. Module Overview.mp4 4.9 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/1. Unit Testing with Python - Basic Example Using unittest/03. A First Test Case.mp4 7.4 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/1. Unit Testing with Python - Basic Example Using unittest/04. Another Test Case, Explanation of 'Test Runner'.mp4 10.1 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/1. Unit Testing with Python - Basic Example Using unittest/05. A Test Case Using assertRaises, Explanation of 'Test Suite'.mp4 7.3 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/1. Unit Testing with Python - Basic Example Using unittest/06. Skip a Test Case, Marking it Work In Progress.mp4 4.2 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/1. Unit Testing with Python - Basic Example Using unittest/07. Using setUp and tearDown - Explanation of 'Test Fixture'.mp4 8.9 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/1. Unit Testing with Python - Basic Example Using unittest/08. Re-Introduce the Skipped Test Case, Get it to Pass..mp4 2.4 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/1. Unit Testing with Python - Basic Example Using unittest/09. Cest Case Design - Test Case Names as Specification..mp4 14.2 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/1. Unit Testing with Python - Basic Example Using unittest/10. Arrange - Act - Assert - Cleanup.mp4 9.5 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/1. Unit Testing with Python - Basic Example Using unittest/11. unittest Documentation..mp4 7.8 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/1. Unit Testing with Python - Basic Example Using unittest/12. Module Summary..mp4 1.9 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/2. Why and When Should You Write Unit Tests/13. Module Outline.mp4 1.6 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/2. Why and When Should You Write Unit Tests/14. Four Reasons for Unit Testing.mp4 1.4 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/2. Why and When Should You Write Unit Tests/15. Understanding What to Build.mp4 5.3 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/2. Why and When Should You Write Unit Tests/16. Documenting the Units.mp4 2.9 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/2. Why and When Should You Write Unit Tests/17. Designing the Units.mp4 6.3 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/2. Why and When Should You Write Unit Tests/18. Detecting Regression.mp4 7.4 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/2. Why and When Should You Write Unit Tests/19. Limitations of Unit Testing.mp4 2.5 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/2. Why and When Should You Write Unit Tests/20. Testing as Part of Your Personal Development Process.mp4 2.6 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/2. Why and When Should You Write Unit Tests/21. Test Last.mp4 3.2 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/2. Why and When Should You Write Unit Tests/22. Test First.mp4 5.1 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/2. Why and When Should You Write Unit Tests/23. Test Driven.mp4 2.5 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/2. Why and When Should You Write Unit Tests/24. Continuous Integration.mp4 9.9 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/2. Why and When Should You Write Unit Tests/25. Module Review.mp4 1.2 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/3. Using Pytest for Unit Testing in Python/26. Module Outline.mp4 1.3 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/3. Using Pytest for Unit Testing in Python/27. Motivation for Looking at pytest.mp4 5.5 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/3. Using Pytest for Unit Testing in Python/28. Defining and Running a Simple Test Case.mp4 2.9 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/3. Using Pytest for Unit Testing in Python/29. Interpreting Failure Information.mp4 6.7 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/3. Using Pytest for Unit Testing in Python/30. Asserting the Contents of Collections.mp4 8.8 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/3. Using Pytest for Unit Testing in Python/31. Built-In Helper Functions - 'raises' and 'skip'.mp4 6.4 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/3. Using Pytest for Unit Testing in Python/32. Adding a Test Fixture by Using '@pytest.fixture'.mp4 13.9 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/3. Using Pytest for Unit Testing in Python/33. Using Built-In Test Fixture Resources - 'tmpdir'.mp4 7.6 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/3. Using Pytest for Unit Testing in Python/34. Using pytest to Run 'unittest' Tests.mp4 6.5 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/3. Using Pytest for Unit Testing in Python/35. Module Review.mp4 1.2 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/4. Testable Documentation with Doctest/36. Module Outline.mp4 1.5 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/4. Testable Documentation with Doctest/37. What doctest is for, how it Relates to Unit Testing.mp4 5.5 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/4. Testable Documentation with Doctest/38. Documenting a Simple Method With docstring Examples.mp4 7.6 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/4. Testable Documentation with Doctest/39. Using Different Test Runners to Execute doctests.mp4 6.2 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/4. Testable Documentation with Doctest/40. Handling Failing doctests.mp4 5.9 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/4. Testable Documentation with Doctest/41. Handling Output That Changes - Dictionaries and Floats.mp4 9.3 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/4. Testable Documentation with Doctest/42. Testing for Exceptions - Including Tracebacks in doctests.mp4 5.5 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/4. Testable Documentation with Doctest/43. The ELLIPSIS Directive - a Wildcard for Matching Varying Output.mp4 18.5 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/4. Testable Documentation with Doctest/44. Putting doctest Regression Tests in a Separate File.mp4 5.7 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/4. Testable Documentation with Doctest/45. When to Put doctests in a File, Using Approval Testing.mp4 6.1 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/4. Testable Documentation with Doctest/46. Doctest for Checking Tutorial Documentation.mp4 1.1 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/4. Testable Documentation with Doctest/47. Module Review.mp4 1.6 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/5. Test Doubles - Mocks, Fakes and Stubs/48. Module Outline.mp4 1.2 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/5. Test Doubles - Mocks, Fakes and Stubs/49. What is a Test Double.mp4 2.9 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/5. Test Doubles - Mocks, Fakes and Stubs/50. Example Using a Stub.mp4 8.9 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/5. Test Doubles - Mocks, Fakes and Stubs/51. Using unittest.mock to Create a Stub.mp4 6.9 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/5. Test Doubles - Mocks, Fakes and Stubs/52. Stub Example Summary.mp4 1.5 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/5. Test Doubles - Mocks, Fakes and Stubs/53. Example Using a Fake.mp4 17.4 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/5. Test Doubles - Mocks, Fakes and Stubs/54. Example Using a Mock.mp4 24 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/5. Test Doubles - Mocks, Fakes and Stubs/55. Example Using a Spy.mp4 10.3 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/5. Test Doubles - Mocks, Fakes and Stubs/56. Using unittest.mock to Create a Spy and a Mock.mp4 6.6 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/5. Test Doubles - Mocks, Fakes and Stubs/57. Example Using a Dummy Object.mp4 4.3 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/5. Test Doubles - Mocks, Fakes and Stubs/58. Choosing to Use a Particular Kind of Test Double.mp4 5.8 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/5. Test Doubles - Mocks, Fakes and Stubs/59. Using Monkeypatching to Insert a Test Double.mp4 9.8 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/5. Test Doubles - Mocks, Fakes and Stubs/60. Module Review.mp4 1.1 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/6. Test Coverage and Parameterized Tests/61. Module Outline.mp4 1.9 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/6. Test Coverage and Parameterized Tests/62. Using a Custom Assert to Reduce Duplication.mp4 7.6 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/6. Test Coverage and Parameterized Tests/63. Defining Parameterized Tests With unittest.mp4 14.8 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/6. Test Coverage and Parameterized Tests/64. Defining Parameterized Tests With pytest.mp4 8.4 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/6. Test Coverage and Parameterized Tests/65. Measuring Coverage With pytest-cov.mp4 11.8 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/6. Test Coverage and Parameterized Tests/66. Measuring Coverage of unittest Tests.mp4 3.2 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/6. Test Coverage and Parameterized Tests/67. Using Coverage Data to Add Tests to Legacy Code.mp4 19.9 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/6. Test Coverage and Parameterized Tests/68. Good and Bad Uses for Coverage Metrics.mp4 7.6 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/6. Test Coverage and Parameterized Tests/69. Module Review.mp4 1.8 MB
[CourseClub.NET] Pluralsight - Unit Testing with Python/[CourseClub.NET].url 123 B
[CourseClub.NET] Pluralsight - Unit Testing with Python/[FCS Forum].url 133 B
[CourseClub.NET] Pluralsight - Unit Testing with Python/[FreeCourseSite.com].url 127 B
[CourseClub.NET] Pluralsight - Unit Testing with Python/unit-testing-python.zip 4.9 MB
Name
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.open-internet.nl:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://exodus.desync.com:6969/announce
udp://tracker.internetwarriors.net:1337/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2710/announce
udp://9.rarbg.me:2710/announce
http://tracker3.itzmx.com:6961/announce
http://tracker1.itzmx.com:8080/announce
udp://thetracker.org:80/announce
udp://open.demonii.si:1337/announce
udp://bt.xxx-tracker.com:2710/announce
udp://tracker.torrent.eu.org:451/announce
udp://tracker.cyberia.is:6969/announce
udp://tracker.tiny-vps.com:6969/announce
udp://denis.stalker.upeer.me:6969/announce
http://open.acgnxtracker.com:80/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://explodie.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://tracker.zer0day.to:1337/announce
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://tracker.internetwarriors.net:1337/announce
udp://mgtracker.org:6969/announce
udp://explodie.org:6969/announce
Name Size Peers
[CourseClub.NET] Pluralsight - Learning the Essentials of CentOS Enterprise Linux 7 Administration Video 754.7 MB 14
[CourseClub.NET] Pluralsight - Building a Web App with ASP.NET Core, MVC, Entity Framework Core, Bootstrap, and Angular Video 2.4 GB 13
[CourseClub.NET] Pluralsight - ASP.NET Core Fundamentals Video 1.2 GB 9
[CourseClub.NET] Pluralsight - C++ Fundamentals Including C++ 17 Video 876.2 MB 7
[CourseClub.NET] Pluralsight - Building Your First ASP.NET Core 2.1 MVC Application with Visual Studio 2017 Video 583 MB 6
[CourseClub.NET] Pluralsight - Securing the Docker Platform Video 499 MB 6
[CourseClub.NET] Pluralsight - LFCS Linux Service Management Video 913.8 MB 6
[CourseClub.NET] Pluralsight - Introduction to ZBrush 4R7 2.5 GB 5
[CourseClub.NET] Pluralsight - Building a Site with Angular and PHP Video 584.9 MB 5
[CourseClub.NET] Pluralsight - Enhancing the Android Application Experience Video 950.1 MB 5
[CourseClub.NET] Pluralsight - Become a Full-stack .NET Developer – Architecture and Testing Video 740.1 MB 4
[CourseClub.NET] Pluralsight - Raspberry Pi for Developers Video 384.4 MB 4
[CourseClub.NET] Pluralsight - Managing Android App Data with SQLite Video 884.1 MB 4
[CourseClub.NET] Pluralsight - Designing a Character for Mobile Games in ZBrush Video 848 MB 4
[CourseClub.NET] PluralSight - Flutter Getting Started Video 496.6 MB 4
[CourseClub.NET] Pluralsight - Blockchain Fundamentals Video 310.4 MB 4
[CourseClub.NET] Pluralsight - Understanding the Java Virtual Machine Memory Management Video 198.6 MB 4
[CourseClub.NET] Pluralsight - Advanced Node.js Video 421.3 MB 4
[CourseClub.NET] Pluralsight - LFCS Linux Virtualization Management Video 369.2 MB 3
[CourseClub.NET] Pluralsight - Building a Site with AngularJS and PHP Video 403.7 MB 3

Loading...