本站已收录 番号和无损神作磁力链接/BT种子 

[GigaCourse.Com] Udemy - Real World Python Test Automation with Pytest (Django app)

种子简介

种子名称: [GigaCourse.Com] Udemy - Real World Python Test Automation with Pytest (Django app)
文件类型: 视频
文件数目: 67个文件
文件大小: 5.09 GB
收录时间: 2023-9-15 21:23
已经下载: 3
资源热度: 113
最近下载: 2024-6-13 03:43

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:fee36f0363a8d70c504306a85403873e2945e683&dn=[GigaCourse.Com] Udemy - Real World Python Test Automation with Pytest (Django app) 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

[GigaCourse.Com] Udemy - Real World Python Test Automation with Pytest (Django app).torrent
  • 01 Introduction_ Course topics, learning tips/001 Course Topics.mp4115.97MB
  • 01 Introduction_ Course topics, learning tips/002 About the instructor (Corona Virus Edition).mp434.87MB
  • 01 Introduction_ Course topics, learning tips/003 How get the best of Udemy.mp419.63MB
  • 01 Introduction_ Course topics, learning tips/004 Short explanation of course sections.mp457.98MB
  • 01 Introduction_ Course topics, learning tips/005 Course Goals- What Is In It For You.mp4174.54MB
  • 01 Introduction_ Course topics, learning tips/006 How I suggest watching the course - Watch this Before moving to the next section.mp448.9MB
  • 01 Introduction_ Course topics, learning tips/007 Course Telegram Channel.mp456.36MB
  • 02 Pytest Quick Start Tutorial/001 Pytest Quick Overview.mp446.01MB
  • 02 Pytest Quick Start Tutorial/002 The GIST of pytest in 20 minuets - Markers.mp480.93MB
  • 02 Pytest Quick Start Tutorial/003 The GIST of pytest in 20 minuets - Fixtures, Parametrize.mp469.84MB
  • 03 Unit tests VS Integration tests/001 Unit tests VS Integration tests.mp4194.25MB
  • 04 Setting Up Your Development Environment/001 Creating a bitbucket project.mp4117.78MB
  • 04 Setting Up Your Development Environment/002 Installing pipenv and required packages.mp474.42MB
  • 05 Creating and testing our awesome Django project/001 What are we going to build.mp4124.74MB
  • 05 Creating and testing our awesome Django project/002 Django project setup.mp480.26MB
  • 05 Creating and testing our awesome Django project/003 Creating our Django Models.mp4148.15MB
  • 05 Creating and testing our awesome Django project/004 Creating our REST API.mp4132.57MB
  • 05 Creating and testing our awesome Django project/005 Manually testing our project's features.mp454.03MB
  • 06 Pytest automatic testing for our Django application/001 Writing our first pytests.mp4207.83MB
  • 06 Pytest automatic testing for our Django application/002 API Test classes (unittest style).mp4185.54MB
  • 06 Pytest automatic testing for our Django application/003 Pytest skip and xfail markers.mp440.65MB
  • 06 Pytest automatic testing for our Django application/004 Pytest tests that assert Exceptions.mp423.54MB
  • 06 Pytest automatic testing for our Django application/005 Pytest tests that assert Logs.mp470.37MB
  • 06 Pytest automatic testing for our Django application/006 Pytest test runner.mp442.38MB
  • 06 Pytest automatic testing for our Django application/007 Testing Django Applications.mp4203.05MB
  • 06 Pytest automatic testing for our Django application/008 Refactoring our tests to pytest native.mp457.17MB
  • 06 Pytest automatic testing for our Django application/009 Summery_ Pytest VS unittest.mp436.47MB
  • 07 Continuous Integration/001 Intro to Continuous Integration.mp466.63MB
  • 07 Continuous Integration/002 Hands on CI- creating bitbucket pipelines to run our tests.mp499.71MB
  • 07 Continuous Integration/003 Hands on CI- Bitbucket environment variables.mp425.87MB
  • 08 Django emailing service/001 Adding an email sending service.mp4126.94MB
  • 08 Django emailing service/002 Testing our email service.mp4143.15MB
  • 08 Django emailing service/003 Refactoring our Tests to Pytest.mp481.81MB
  • 09 Exploring Pytest with Fibonacci/001 Intro to fibonacci tests.mp438.47MB
  • 09 Exploring Pytest with Fibonacci/002 Pytest Parametrize.mp432.43MB
  • 09 Exploring Pytest with Fibonacci/003 Implementing from scratch Pytests's parametrize feature.mp455.55MB
  • 09 Exploring Pytest with Fibonacci/004 Caching.mp443.18MB
  • 09 Exploring Pytest with Fibonacci/005 Running CI steps in paralell.mp427.47MB
  • 09 Exploring Pytest with Fibonacci/006 Pytest fixture- Time tracking.mp422.67MB
  • 09 Exploring Pytest with Fibonacci/007 Using dynamic programming to solve fiobnacci.mp436.77MB
  • 10 Performance Testing/001 Implementing a pytest performance validator.mp419.06MB
  • 10 Performance Testing/002 Why not to use pytest-timeout.mp418.33MB
  • 11 Pytest Assert Magic/001 Pytest Assert Magic.mp478.25MB
  • 12 Endpoint Assignment/001 Assignment.mp427.37MB
  • 13 Pytest-xdist/001 Running our tests on multiple threads with pytest-xdist.mp437.81MB
  • 14 Slack CI Integration/001 Setting a slack notification when bitbucket CI pipeline fails_passes.mp478.71MB
  • 15 Conftest.py files and .env file/001 conftest.py.mp441.2MB
  • 15 Conftest.py files and .env file/002 .env file (auto reloading environment variables).mp412.43MB
  • 16 Advanced Fixtures/001 Fixtures Theory.mp478.58MB
  • 16 Advanced Fixtures/002 Fixtures with arguments.mp4114.89MB
  • 16 Advanced Fixtures/003 Executing parametrized fixtures.mp4187.16MB
  • 17 Server Agnostic API Testing (requests library)/001 Server Agnostic API Testing with requests library (part 1).mp4163.56MB
  • 17 Server Agnostic API Testing (requests library)/002 Server Agnostic API Testing with requests library (part 2).mp4103.9MB
  • 17 Server Agnostic API Testing (requests library)/003 Mocking Requests to Isolate 3rd party dependencies in test functions (Theory).mp494.49MB
  • 17 Server Agnostic API Testing (requests library)/004 Mocking Requests to Isolate 3rd party dependencies in test functions (Hands On).mp4225.11MB
  • 18 Allure Report Tool/001 What is Allure reporting.mp451.13MB
  • 18 Allure Report Tool/002 End To end Allure Integration - Test Report Webserver.mp440.12MB
  • 19 Cool Plugins For pytest/001 Pytest-sugar.mp434.89MB
  • 20 Mocking in Python/001 Python Mocking Theory.mp4144.55MB
  • 20 Mocking in Python/002 How to Patch Like a PRO.mp463.03MB
  • 20 Mocking in Python/003 Patch is Hijacking Target's memory address.mp417.13MB
  • 21 Troubleshooting Section/001 What is the troubleshooting section for_.mp412.38MB
  • 21 Troubleshooting Section/002 Configure Pycharm Default Test Runner to Pytest and set global Pytets Env Vars.mp444.03MB
  • 21 Troubleshooting Section/003 Frequently Asked Import Errors (In depth explanation + resolution).mp4102.5MB
  • 21 Troubleshooting Section/004 Frequently Asked INSTALLED_APPS RuntimeError (explanation + resolution).mp46.65MB
  • 21 Troubleshooting Section/005 Clone The Ready to go Django Project (If you are just interested in pytest).mp482.48MB
  • 22 Congratulations - Software Developer Certificate/001 Congratulations - Software Developer Certificate.mp430.51MB