首页 磁力链接怎么用

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

文件类型 收录时间 最后活跃 资源热度 文件大小 文件数量
视频 2023-9-15 21:23 2024-5-18 06:48 109 5.09 GB 67
二维码链接
[GigaCourse.Com] Udemy - Real World Python Test Automation with Pytest (Django app)的二维码
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
文件列表
  1. 01 Introduction_ Course topics, learning tips/001 Course Topics.mp4115.97MB
  2. 01 Introduction_ Course topics, learning tips/002 About the instructor (Corona Virus Edition).mp434.87MB
  3. 01 Introduction_ Course topics, learning tips/003 How get the best of Udemy.mp419.63MB
  4. 01 Introduction_ Course topics, learning tips/004 Short explanation of course sections.mp457.98MB
  5. 01 Introduction_ Course topics, learning tips/005 Course Goals- What Is In It For You.mp4174.54MB
  6. 01 Introduction_ Course topics, learning tips/006 How I suggest watching the course - Watch this Before moving to the next section.mp448.9MB
  7. 01 Introduction_ Course topics, learning tips/007 Course Telegram Channel.mp456.36MB
  8. 02 Pytest Quick Start Tutorial/001 Pytest Quick Overview.mp446.01MB
  9. 02 Pytest Quick Start Tutorial/002 The GIST of pytest in 20 minuets - Markers.mp480.93MB
  10. 02 Pytest Quick Start Tutorial/003 The GIST of pytest in 20 minuets - Fixtures, Parametrize.mp469.84MB
  11. 03 Unit tests VS Integration tests/001 Unit tests VS Integration tests.mp4194.25MB
  12. 04 Setting Up Your Development Environment/001 Creating a bitbucket project.mp4117.78MB
  13. 04 Setting Up Your Development Environment/002 Installing pipenv and required packages.mp474.42MB
  14. 05 Creating and testing our awesome Django project/001 What are we going to build.mp4124.74MB
  15. 05 Creating and testing our awesome Django project/002 Django project setup.mp480.26MB
  16. 05 Creating and testing our awesome Django project/003 Creating our Django Models.mp4148.15MB
  17. 05 Creating and testing our awesome Django project/004 Creating our REST API.mp4132.57MB
  18. 05 Creating and testing our awesome Django project/005 Manually testing our project's features.mp454.03MB
  19. 06 Pytest automatic testing for our Django application/001 Writing our first pytests.mp4207.83MB
  20. 06 Pytest automatic testing for our Django application/002 API Test classes (unittest style).mp4185.54MB
  21. 06 Pytest automatic testing for our Django application/003 Pytest skip and xfail markers.mp440.65MB
  22. 06 Pytest automatic testing for our Django application/004 Pytest tests that assert Exceptions.mp423.54MB
  23. 06 Pytest automatic testing for our Django application/005 Pytest tests that assert Logs.mp470.37MB
  24. 06 Pytest automatic testing for our Django application/006 Pytest test runner.mp442.38MB
  25. 06 Pytest automatic testing for our Django application/007 Testing Django Applications.mp4203.05MB
  26. 06 Pytest automatic testing for our Django application/008 Refactoring our tests to pytest native.mp457.17MB
  27. 06 Pytest automatic testing for our Django application/009 Summery_ Pytest VS unittest.mp436.47MB
  28. 07 Continuous Integration/001 Intro to Continuous Integration.mp466.63MB
  29. 07 Continuous Integration/002 Hands on CI- creating bitbucket pipelines to run our tests.mp499.71MB
  30. 07 Continuous Integration/003 Hands on CI- Bitbucket environment variables.mp425.87MB
  31. 08 Django emailing service/001 Adding an email sending service.mp4126.94MB
  32. 08 Django emailing service/002 Testing our email service.mp4143.15MB
  33. 08 Django emailing service/003 Refactoring our Tests to Pytest.mp481.81MB
  34. 09 Exploring Pytest with Fibonacci/001 Intro to fibonacci tests.mp438.47MB
  35. 09 Exploring Pytest with Fibonacci/002 Pytest Parametrize.mp432.43MB
  36. 09 Exploring Pytest with Fibonacci/003 Implementing from scratch Pytests's parametrize feature.mp455.55MB
  37. 09 Exploring Pytest with Fibonacci/004 Caching.mp443.18MB
  38. 09 Exploring Pytest with Fibonacci/005 Running CI steps in paralell.mp427.47MB
  39. 09 Exploring Pytest with Fibonacci/006 Pytest fixture- Time tracking.mp422.67MB
  40. 09 Exploring Pytest with Fibonacci/007 Using dynamic programming to solve fiobnacci.mp436.77MB
  41. 10 Performance Testing/001 Implementing a pytest performance validator.mp419.06MB
  42. 10 Performance Testing/002 Why not to use pytest-timeout.mp418.33MB
  43. 11 Pytest Assert Magic/001 Pytest Assert Magic.mp478.25MB
  44. 12 Endpoint Assignment/001 Assignment.mp427.37MB
  45. 13 Pytest-xdist/001 Running our tests on multiple threads with pytest-xdist.mp437.81MB
  46. 14 Slack CI Integration/001 Setting a slack notification when bitbucket CI pipeline fails_passes.mp478.71MB
  47. 15 Conftest.py files and .env file/001 conftest.py.mp441.2MB
  48. 15 Conftest.py files and .env file/002 .env file (auto reloading environment variables).mp412.43MB
  49. 16 Advanced Fixtures/001 Fixtures Theory.mp478.58MB
  50. 16 Advanced Fixtures/002 Fixtures with arguments.mp4114.89MB
  51. 16 Advanced Fixtures/003 Executing parametrized fixtures.mp4187.16MB
  52. 17 Server Agnostic API Testing (requests library)/001 Server Agnostic API Testing with requests library (part 1).mp4163.56MB
  53. 17 Server Agnostic API Testing (requests library)/002 Server Agnostic API Testing with requests library (part 2).mp4103.9MB
  54. 17 Server Agnostic API Testing (requests library)/003 Mocking Requests to Isolate 3rd party dependencies in test functions (Theory).mp494.49MB
  55. 17 Server Agnostic API Testing (requests library)/004 Mocking Requests to Isolate 3rd party dependencies in test functions (Hands On).mp4225.11MB
  56. 18 Allure Report Tool/001 What is Allure reporting.mp451.13MB
  57. 18 Allure Report Tool/002 End To end Allure Integration - Test Report Webserver.mp440.12MB
  58. 19 Cool Plugins For pytest/001 Pytest-sugar.mp434.89MB
  59. 20 Mocking in Python/001 Python Mocking Theory.mp4144.55MB
  60. 20 Mocking in Python/002 How to Patch Like a PRO.mp463.03MB
  61. 20 Mocking in Python/003 Patch is Hijacking Target's memory address.mp417.13MB
  62. 21 Troubleshooting Section/001 What is the troubleshooting section for_.mp412.38MB
  63. 21 Troubleshooting Section/002 Configure Pycharm Default Test Runner to Pytest and set global Pytets Env Vars.mp444.03MB
  64. 21 Troubleshooting Section/003 Frequently Asked Import Errors (In depth explanation + resolution).mp4102.5MB
  65. 21 Troubleshooting Section/004 Frequently Asked INSTALLED_APPS RuntimeError (explanation + resolution).mp46.65MB
  66. 21 Troubleshooting Section/005 Clone The Ready to go Django Project (If you are just interested in pytest).mp482.48MB
  67. 22 Congratulations - Software Developer Certificate/001 Congratulations - Software Developer Certificate.mp430.51MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!

违规内容投诉邮箱:[email protected]

概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统