[GigaCourse.Com] Udemy - Real World Python Test Automation with Pytest (Django app)
File List
- 17 Server Agnostic API Testing (requests library)/004 Mocking Requests to Isolate 3rd party dependencies in test functions (Hands On).mp4 225.1 MB
- 06 Pytest automatic testing for our Django application/001 Writing our first pytests.mp4 207.8 MB
- 06 Pytest automatic testing for our Django application/007 Testing Django Applications.mp4 203.1 MB
- 03 Unit tests VS Integration tests/001 Unit tests VS Integration tests.mp4 194.2 MB
- 16 Advanced Fixtures/003 Executing parametrized fixtures.mp4 187.2 MB
- 06 Pytest automatic testing for our Django application/002 API Test classes (unittest style).mp4 185.5 MB
- 01 Introduction_ Course topics, learning tips/005 Course Goals- What Is In It For You.mp4 174.5 MB
- 17 Server Agnostic API Testing (requests library)/001 Server Agnostic API Testing with requests library (part 1).mp4 163.6 MB
- 05 Creating and testing our awesome Django project/003 Creating our Django Models.mp4 148.1 MB
- 20 Mocking in Python/001 Python Mocking Theory.mp4 144.6 MB
- 08 Django emailing service/002 Testing our email service.mp4 143.1 MB
- 05 Creating and testing our awesome Django project/004 Creating our REST API.mp4 132.6 MB
- 08 Django emailing service/001 Adding an email sending service.mp4 126.9 MB
- 05 Creating and testing our awesome Django project/001 What are we going to build.mp4 124.7 MB
- 04 Setting Up Your Development Environment/001 Creating a bitbucket project.mp4 117.8 MB
- 01 Introduction_ Course topics, learning tips/001 Course Topics.mp4 116.0 MB
- 16 Advanced Fixtures/002 Fixtures with arguments.mp4 114.9 MB
- 17 Server Agnostic API Testing (requests library)/002 Server Agnostic API Testing with requests library (part 2).mp4 103.9 MB
- 21 Troubleshooting Section/003 Frequently Asked Import Errors (In depth explanation + resolution).mp4 102.5 MB
- 07 Continuous Integration/002 Hands on CI- creating bitbucket pipelines to run our tests.mp4 99.7 MB
- 17 Server Agnostic API Testing (requests library)/003 Mocking Requests to Isolate 3rd party dependencies in test functions (Theory).mp4 94.5 MB
- 21 Troubleshooting Section/005 Clone The Ready to go Django Project (If you are just interested in pytest).mp4 82.5 MB
- 08 Django emailing service/003 Refactoring our Tests to Pytest.mp4 81.8 MB
- 02 Pytest Quick Start Tutorial/002 The GIST of pytest in 20 minuets - Markers.mp4 80.9 MB
- 05 Creating and testing our awesome Django project/002 Django project setup.mp4 80.3 MB
- 14 Slack CI Integration/001 Setting a slack notification when bitbucket CI pipeline fails_passes.mp4 78.7 MB
- 16 Advanced Fixtures/001 Fixtures Theory.mp4 78.6 MB
- 11 Pytest Assert Magic/001 Pytest Assert Magic.mp4 78.3 MB
- 04 Setting Up Your Development Environment/002 Installing pipenv and required packages.mp4 74.4 MB
- 06 Pytest automatic testing for our Django application/005 Pytest tests that assert Logs.mp4 70.4 MB
- 02 Pytest Quick Start Tutorial/003 The GIST of pytest in 20 minuets - Fixtures, Parametrize.mp4 69.8 MB
- 07 Continuous Integration/001 Intro to Continuous Integration.mp4 66.6 MB
- 20 Mocking in Python/002 How to Patch Like a PRO.mp4 63.0 MB
- 01 Introduction_ Course topics, learning tips/004 Short explanation of course sections.mp4 58.0 MB
- 06 Pytest automatic testing for our Django application/008 Refactoring our tests to pytest native.mp4 57.2 MB
- 01 Introduction_ Course topics, learning tips/007 Course Telegram Channel.mp4 56.4 MB
- 09 Exploring Pytest with Fibonacci/003 Implementing from scratch Pytests's parametrize feature.mp4 55.6 MB
- 05 Creating and testing our awesome Django project/005 Manually testing our project's features.mp4 54.0 MB
- 18 Allure Report Tool/001 What is Allure reporting.mp4 51.1 MB
- 01 Introduction_ Course topics, learning tips/006 How I suggest watching the course - Watch this Before moving to the next section.mp4 48.9 MB
- 02 Pytest Quick Start Tutorial/001 Pytest Quick Overview.mp4 46.0 MB
- 21 Troubleshooting Section/002 Configure Pycharm Default Test Runner to Pytest and set global Pytets Env Vars.mp4 44.0 MB
- 09 Exploring Pytest with Fibonacci/004 Caching.mp4 43.2 MB
- 06 Pytest automatic testing for our Django application/006 Pytest test runner.mp4 42.4 MB
- 15 Conftest.py files and .env file/001 conftest.py.mp4 41.2 MB
- 06 Pytest automatic testing for our Django application/003 Pytest skip and xfail markers.mp4 40.6 MB
- 18 Allure Report Tool/002 End To end Allure Integration - Test Report Webserver.mp4 40.1 MB
- 09 Exploring Pytest with Fibonacci/001 Intro to fibonacci tests.mp4 38.5 MB
- 13 Pytest-xdist/001 Running our tests on multiple threads with pytest-xdist.mp4 37.8 MB
- 09 Exploring Pytest with Fibonacci/007 Using dynamic programming to solve fiobnacci.mp4 36.8 MB
- 06 Pytest automatic testing for our Django application/009 Summery_ Pytest VS unittest.mp4 36.5 MB
- 19 Cool Plugins For pytest/001 Pytest-sugar.mp4 34.9 MB
- 01 Introduction_ Course topics, learning tips/002 About the instructor (Corona Virus Edition).mp4 34.9 MB
- 09 Exploring Pytest with Fibonacci/002 Pytest Parametrize.mp4 32.4 MB
- 22 Congratulations - Software Developer Certificate/001 Congratulations - Software Developer Certificate.mp4 30.5 MB
- 09 Exploring Pytest with Fibonacci/005 Running CI steps in paralell.mp4 27.5 MB
- 12 Endpoint Assignment/001 Assignment.mp4 27.4 MB
- 07 Continuous Integration/003 Hands on CI- Bitbucket environment variables.mp4 25.9 MB
- 06 Pytest automatic testing for our Django application/004 Pytest tests that assert Exceptions.mp4 23.5 MB
- 09 Exploring Pytest with Fibonacci/006 Pytest fixture- Time tracking.mp4 22.7 MB
- 01 Introduction_ Course topics, learning tips/003 How get the best of Udemy.mp4 19.6 MB
- 10 Performance Testing/001 Implementing a pytest performance validator.mp4 19.1 MB
- 10 Performance Testing/002 Why not to use pytest-timeout.mp4 18.3 MB
- 20 Mocking in Python/003 Patch is Hijacking Target's memory address.mp4 17.1 MB
- 15 Conftest.py files and .env file/002 .env file (auto reloading environment variables).mp4 12.4 MB
- 21 Troubleshooting Section/001 What is the troubleshooting section for_.mp4 12.4 MB
- 21 Troubleshooting Section/004 Frequently Asked INSTALLED_APPS RuntimeError (explanation + resolution).mp4 6.6 MB
- 01 Introduction_ Course topics, learning tips/006 Pytest Course Topological Graph.png 1.5 MB
- 06 Pytest automatic testing for our Django application/025 testing-django-applications.pptx 635.5 KB
- 01 Introduction_ Course topics, learning tips/001 Course Content.png 313.2 KB
- 20 Mocking in Python/001 Python Mocking Theory.en.srt 28.1 KB
- 17 Server Agnostic API Testing (requests library)/004 Mocking Requests to Isolate 3rd party dependencies in test functions (Hands On).en.srt 23.2 KB
- 16 Advanced Fixtures/003 Executing parametrized fixtures.en.srt 17.8 KB
- 02 Pytest Quick Start Tutorial/002 The GIST of pytest in 20 minuets - Markers.en.srt 17.8 KB
- 06 Pytest automatic testing for our Django application/001 Writing our first pytests.en.srt 16.9 KB
- 03 Unit tests VS Integration tests/001 Unit tests VS Integration tests.en.srt 16.5 KB
- 06 Pytest automatic testing for our Django application/007 Testing Django Applications.en.srt 16.2 KB
- 20 Mocking in Python/002 How to Patch Like a PRO.en.srt 16.0 KB
- 05 Creating and testing our awesome Django project/004 Creating our REST API.en.srt 16.0 KB
- 21 Troubleshooting Section/005 Clone The Ready to go Django Project (If you are just interested in pytest).en.srt 14.9 KB
- 21 Troubleshooting Section/003 Frequently Asked Import Errors (In depth explanation + resolution).en.srt 14.8 KB
- 17 Server Agnostic API Testing (requests library)/001 Server Agnostic API Testing with requests library (part 1).en.srt 14.2 KB
- 06 Pytest automatic testing for our Django application/002 API Test classes (unittest style).en.srt 14.2 KB
- 05 Creating and testing our awesome Django project/003 Creating our Django Models.en.srt 13.4 KB
- 01 Introduction_ Course topics, learning tips/005 Course Goals- What Is In It For You.en.srt 12.3 KB
- 18 Allure Report Tool/002 End To end Allure Integration - Test Report Webserver.en.srt 11.7 KB
- 14 Slack CI Integration/001 Setting a slack notification when bitbucket CI pipeline fails_passes.en.srt 11.6 KB
- 08 Django emailing service/002 Testing our email service.en.srt 11.1 KB
- 09 Exploring Pytest with Fibonacci/003 Implementing from scratch Pytests's parametrize feature.en.srt 11.0 KB
- 08 Django emailing service/003 Refactoring our Tests to Pytest.en.srt 10.7 KB
- 16 Advanced Fixtures/002 Fixtures with arguments.en.srt 10.7 KB
- 01 Introduction_ Course topics, learning tips/001 Course Topics.en.srt 10.3 KB
- 02 Pytest Quick Start Tutorial/003 The GIST of pytest in 20 minuets - Fixtures, Parametrize.en.srt 9.9 KB
- 07 Continuous Integration/002 Hands on CI- creating bitbucket pipelines to run our tests.en.srt 9.5 KB
- 08 Django emailing service/001 Adding an email sending service.en.srt 9.4 KB
- 01 Introduction_ Course topics, learning tips/006 How I suggest watching the course - Watch this Before moving to the next section.en.srt 9.2 KB
- 01 Introduction_ Course topics, learning tips/004 Short explanation of course sections.en.srt 9.1 KB
- 05 Creating and testing our awesome Django project/001 What are we going to build.en.srt 9.1 KB
- 09 Exploring Pytest with Fibonacci/004 Caching.en.srt 9.0 KB
- 09 Exploring Pytest with Fibonacci/007 Using dynamic programming to solve fiobnacci.en.srt 8.2 KB
- 06 Pytest automatic testing for our Django application/008 Refactoring our tests to pytest native.en.srt 8.0 KB
- 21 Troubleshooting Section/002 Configure Pycharm Default Test Runner to Pytest and set global Pytets Env Vars.en.srt 8.0 KB
- 17 Server Agnostic API Testing (requests library)/003 Mocking Requests to Isolate 3rd party dependencies in test functions (Theory).en.srt 7.8 KB
- 05 Creating and testing our awesome Django project/002 Django project setup.en.srt 7.7 KB
- 04 Setting Up Your Development Environment/002 Installing pipenv and required packages.en.srt 7.5 KB
- 04 Setting Up Your Development Environment/001 Creating a bitbucket project.en.srt 7.5 KB
- 17 Server Agnostic API Testing (requests library)/002 Server Agnostic API Testing with requests library (part 2).en.srt 7.1 KB
- 09 Exploring Pytest with Fibonacci/002 Pytest Parametrize.en.srt 7.1 KB
- 07 Continuous Integration/001 Intro to Continuous Integration.en.srt 6.7 KB
- 06 Pytest automatic testing for our Django application/005 Pytest tests that assert Logs.en.srt 6.6 KB
- 19 Cool Plugins For pytest/001 Pytest-sugar.en.srt 6.3 KB
- 11 Pytest Assert Magic/001 Pytest Assert Magic.en.srt 5.6 KB
- 10 Performance Testing/001 Implementing a pytest performance validator.en.srt 5.5 KB
- 15 Conftest.py files and .env file/001 conftest.py.en.srt 5.4 KB
- 20 Mocking in Python/003 Patch is Hijacking Target's memory address.en.srt 5.4 KB
- 09 Exploring Pytest with Fibonacci/005 Running CI steps in paralell.en.srt 5.2 KB
- 13 Pytest-xdist/001 Running our tests on multiple threads with pytest-xdist.en.srt 5.2 KB
- 18 Allure Report Tool/001 What is Allure reporting.en.srt 5.2 KB
- 16 Advanced Fixtures/001 Fixtures Theory.en.srt 5.1 KB
- 02 Pytest Quick Start Tutorial/001 Pytest Quick Overview.en.srt 5.1 KB
- 09 Exploring Pytest with Fibonacci/006 Pytest fixture- Time tracking.en.srt 5.0 KB
- 06 Pytest automatic testing for our Django application/004 Pytest tests that assert Exceptions.en.srt 4.7 KB
- 06 Pytest automatic testing for our Django application/009 Summery_ Pytest VS unittest.en.srt 4.7 KB
- 15 Conftest.py files and .env file/002 .env file (auto reloading environment variables).en.srt 4.3 KB
- 01 Introduction_ Course topics, learning tips/007 Course Telegram Channel.en.srt 4.2 KB
- 05 Creating and testing our awesome Django project/005 Manually testing our project's features.en.srt 3.5 KB
- 06 Pytest automatic testing for our Django application/003 Pytest skip and xfail markers.en.srt 3.3 KB
- 01 Introduction_ Course topics, learning tips/002 About the instructor (Corona Virus Edition).en.srt 3.1 KB
- 06 Pytest automatic testing for our Django application/006 Pytest test runner.en.srt 2.9 KB
- 07 Continuous Integration/003 Hands on CI- Bitbucket environment variables.en.srt 2.8 KB
- 09 Exploring Pytest with Fibonacci/001 Intro to fibonacci tests.en.srt 2.6 KB
- 22 Congratulations - Software Developer Certificate/001 Congratulations - Software Developer Certificate.en.srt 2.6 KB
- 12 Endpoint Assignment/001 Assignment.en.srt 2.0 KB
- 01 Introduction_ Course topics, learning tips/003 How get the best of Udemy.en.srt 1.9 KB
- 10 Performance Testing/002 Why not to use pytest-timeout.en.srt 1.7 KB
- 21 Troubleshooting Section/004 Frequently Asked INSTALLED_APPS RuntimeError (explanation + resolution).en.srt 1.5 KB
- 21 Troubleshooting Section/001 What is the troubleshooting section for_.en.srt 1.0 KB
- 09 Exploring Pytest with Fibonacci/external-assets-links.txt 659 bytes
- 02 Pytest Quick Start Tutorial/external-assets-links.txt 617 bytes
- 05 Creating and testing our awesome Django project/external-assets-links.txt 603 bytes
- 06 Pytest automatic testing for our Django application/external-assets-links.txt 506 bytes
- 15 Conftest.py files and .env file/external-assets-links.txt 415 bytes
- 08 Django emailing service/external-assets-links.txt 373 bytes
- 16 Advanced Fixtures/external-assets-links.txt 288 bytes
- 07 Continuous Integration/external-assets-links.txt 271 bytes
- 18 Allure Report Tool/external-assets-links.txt 258 bytes
- 04 Setting Up Your Development Environment/external-assets-links.txt 223 bytes
- 17 Server Agnostic API Testing (requests library)/external-assets-links.txt 222 bytes
- 01 Introduction_ Course topics, learning tips/external-assets-links.txt 148 bytes
- 21 Troubleshooting Section/external-assets-links.txt 142 bytes
- 0. Websites you may like/[CourseClub.Me].url 122 bytes
- 03 Unit tests VS Integration tests/[CourseClub.Me].url 122 bytes
- 13 Pytest-xdist/[CourseClub.Me].url 122 bytes
- 22 Congratulations - Software Developer Certificate/[CourseClub.Me].url 122 bytes
- [CourseClub.Me].url 122 bytes
- 10 Performance Testing/external-assets-links.txt 84 bytes
- 19 Cool Plugins For pytest/external-assets-links.txt 80 bytes
- 0. Websites you may like/[GigaCourse.Com].url 49 bytes
- 03 Unit tests VS Integration tests/[GigaCourse.Com].url 49 bytes
- 13 Pytest-xdist/[GigaCourse.Com].url 49 bytes
- 22 Congratulations - Software Developer Certificate/[GigaCourse.Com].url 49 bytes
- [GigaCourse.Com].url 49 bytes
Download Torrent
Related Resources
Copyright Infringement
If the content above is not authorized, please contact us via anywarmservice[AT]gmail.com. Remember to include the full url in your complaint.