首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
[GigaCourse.Com] Udemy - Real World Python Test Automation with Pytest (Django app)
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2023-9-15 21:23
2024-11-26 09:56
164
5.09 GB
67
磁力链接
magnet:?xt=urn:btih:fee36f0363a8d70c504306a85403873e2945e683
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOmZlZTM2ZjAzNjNhOGQ3MGM1MDQzMDZhODU0MDM4NzNlMjk0NWU2ODNaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
GigaCourse
Com
Udemy
-
Real
World
Python
Test
Automation
with
Pytest
Django
app
文件列表
01 Introduction_ Course topics, learning tips/001 Course Topics.mp4
115.97MB
01 Introduction_ Course topics, learning tips/002 About the instructor (Corona Virus Edition).mp4
34.87MB
01 Introduction_ Course topics, learning tips/003 How get the best of Udemy.mp4
19.63MB
01 Introduction_ Course topics, learning tips/004 Short explanation of course sections.mp4
57.98MB
01 Introduction_ Course topics, learning tips/005 Course Goals- What Is In It For You.mp4
174.54MB
01 Introduction_ Course topics, learning tips/006 How I suggest watching the course - Watch this Before moving to the next section.mp4
48.9MB
01 Introduction_ Course topics, learning tips/007 Course Telegram Channel.mp4
56.36MB
02 Pytest Quick Start Tutorial/001 Pytest Quick Overview.mp4
46.01MB
02 Pytest Quick Start Tutorial/002 The GIST of pytest in 20 minuets - Markers.mp4
80.93MB
02 Pytest Quick Start Tutorial/003 The GIST of pytest in 20 minuets - Fixtures, Parametrize.mp4
69.84MB
03 Unit tests VS Integration tests/001 Unit tests VS Integration tests.mp4
194.25MB
04 Setting Up Your Development Environment/001 Creating a bitbucket project.mp4
117.78MB
04 Setting Up Your Development Environment/002 Installing pipenv and required packages.mp4
74.42MB
05 Creating and testing our awesome Django project/001 What are we going to build.mp4
124.74MB
05 Creating and testing our awesome Django project/002 Django project setup.mp4
80.26MB
05 Creating and testing our awesome Django project/003 Creating our Django Models.mp4
148.15MB
05 Creating and testing our awesome Django project/004 Creating our REST API.mp4
132.57MB
05 Creating and testing our awesome Django project/005 Manually testing our project's features.mp4
54.03MB
06 Pytest automatic testing for our Django application/001 Writing our first pytests.mp4
207.83MB
06 Pytest automatic testing for our Django application/002 API Test classes (unittest style).mp4
185.54MB
06 Pytest automatic testing for our Django application/003 Pytest skip and xfail markers.mp4
40.65MB
06 Pytest automatic testing for our Django application/004 Pytest tests that assert Exceptions.mp4
23.54MB
06 Pytest automatic testing for our Django application/005 Pytest tests that assert Logs.mp4
70.37MB
06 Pytest automatic testing for our Django application/006 Pytest test runner.mp4
42.38MB
06 Pytest automatic testing for our Django application/007 Testing Django Applications.mp4
203.05MB
06 Pytest automatic testing for our Django application/008 Refactoring our tests to pytest native.mp4
57.17MB
06 Pytest automatic testing for our Django application/009 Summery_ Pytest VS unittest.mp4
36.47MB
07 Continuous Integration/001 Intro to Continuous Integration.mp4
66.63MB
07 Continuous Integration/002 Hands on CI- creating bitbucket pipelines to run our tests.mp4
99.71MB
07 Continuous Integration/003 Hands on CI- Bitbucket environment variables.mp4
25.87MB
08 Django emailing service/001 Adding an email sending service.mp4
126.94MB
08 Django emailing service/002 Testing our email service.mp4
143.15MB
08 Django emailing service/003 Refactoring our Tests to Pytest.mp4
81.81MB
09 Exploring Pytest with Fibonacci/001 Intro to fibonacci tests.mp4
38.47MB
09 Exploring Pytest with Fibonacci/002 Pytest Parametrize.mp4
32.43MB
09 Exploring Pytest with Fibonacci/003 Implementing from scratch Pytests's parametrize feature.mp4
55.55MB
09 Exploring Pytest with Fibonacci/004 Caching.mp4
43.18MB
09 Exploring Pytest with Fibonacci/005 Running CI steps in paralell.mp4
27.47MB
09 Exploring Pytest with Fibonacci/006 Pytest fixture- Time tracking.mp4
22.67MB
09 Exploring Pytest with Fibonacci/007 Using dynamic programming to solve fiobnacci.mp4
36.77MB
10 Performance Testing/001 Implementing a pytest performance validator.mp4
19.06MB
10 Performance Testing/002 Why not to use pytest-timeout.mp4
18.33MB
11 Pytest Assert Magic/001 Pytest Assert Magic.mp4
78.25MB
12 Endpoint Assignment/001 Assignment.mp4
27.37MB
13 Pytest-xdist/001 Running our tests on multiple threads with pytest-xdist.mp4
37.81MB
14 Slack CI Integration/001 Setting a slack notification when bitbucket CI pipeline fails_passes.mp4
78.71MB
15 Conftest.py files and .env file/001 conftest.py.mp4
41.2MB
15 Conftest.py files and .env file/002 .env file (auto reloading environment variables).mp4
12.43MB
16 Advanced Fixtures/001 Fixtures Theory.mp4
78.58MB
16 Advanced Fixtures/002 Fixtures with arguments.mp4
114.89MB
16 Advanced Fixtures/003 Executing parametrized fixtures.mp4
187.16MB
17 Server Agnostic API Testing (requests library)/001 Server Agnostic API Testing with requests library (part 1).mp4
163.56MB
17 Server Agnostic API Testing (requests library)/002 Server Agnostic API Testing with requests library (part 2).mp4
103.9MB
17 Server Agnostic API Testing (requests library)/003 Mocking Requests to Isolate 3rd party dependencies in test functions (Theory).mp4
94.49MB
17 Server Agnostic API Testing (requests library)/004 Mocking Requests to Isolate 3rd party dependencies in test functions (Hands On).mp4
225.11MB
18 Allure Report Tool/001 What is Allure reporting.mp4
51.13MB
18 Allure Report Tool/002 End To end Allure Integration - Test Report Webserver.mp4
40.12MB
19 Cool Plugins For pytest/001 Pytest-sugar.mp4
34.89MB
20 Mocking in Python/001 Python Mocking Theory.mp4
144.55MB
20 Mocking in Python/002 How to Patch Like a PRO.mp4
63.03MB
20 Mocking in Python/003 Patch is Hijacking Target's memory address.mp4
17.13MB
21 Troubleshooting Section/001 What is the troubleshooting section for_.mp4
12.38MB
21 Troubleshooting Section/002 Configure Pycharm Default Test Runner to Pytest and set global Pytets Env Vars.mp4
44.03MB
21 Troubleshooting Section/003 Frequently Asked Import Errors (In depth explanation + resolution).mp4
102.5MB
21 Troubleshooting Section/004 Frequently Asked INSTALLED_APPS RuntimeError (explanation + resolution).mp4
6.65MB
21 Troubleshooting Section/005 Clone The Ready to go Django Project (If you are just interested in pytest).mp4
82.48MB
22 Congratulations - Software Developer Certificate/001 Congratulations - Software Developer Certificate.mp4
30.51MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统