Udemy - Real World Python Test Automation with Pytest (Django app)

seeders: 13
leechers: 8
updated:
Added by tutsnode in Other > Tutorials

Download Fast Safe Anonymous
movies, software, shows...
  • Downloads: 125
  • Language: English

Files

Real World Python Test Automation with Pytest (Django app) [TutsNode.com] - Real World Python Test Automation with Pytest 5. Pytest automatic testing for our Django application
  • 1. Writing our first pytests.mp4 (207.8 MB)
  • 1. Writing our first pytests.srt (16.3 KB)
  • 2. API Test classes (unittest style).mp4 (185.7 MB)
  • 2. API Test classes (unittest style).srt (13.7 KB)
  • 3. Pytest skip and xfail markers.mp4 (40.6 MB)
  • 3. Pytest skip and xfail markers.srt (3.2 KB)
  • 4. Pytest test runner.mp4 (42.4 MB)
  • 4. Pytest test runner.srt (2.8 KB)
  • 5. Refactoring our tests to pytest native.mp4 (57.2 MB)
  • 5. Refactoring our tests to pytest native.srt (7.7 KB)
  • 6. Pytest VS unittest.mp4 (50.8 MB)
  • 6. Pytest VS unittest.srt (4.5 KB)
1. Introduction Course topics, learning tips
  • 1. Course Topics.mp4 (115.8 MB)
  • 1. Course Topics.srt (9.9 KB)
  • 1.1 Course Content.png (313.2 KB)
  • 2. About the instructor (Corona Virus Edition).mp4 (34.8 MB)
  • 2. About the instructor (Corona Virus Edition).srt (3.0 KB)
  • 3. How get the best of Udemy.mp4 (19.6 MB)
  • 3. How get the best of Udemy.srt (1.9 KB)
  • 4. How I suggest Watching the course.mp4 (19.6 MB)
  • 4. How I suggest Watching the course.srt (1.9 KB)
  • 4.1 Course Repository.html (0.1 KB)
2. Theory
  • 1. Testing Django Applications.mp4 (203.1 MB)
  • 1. Testing Django Applications.srt (15.6 KB)
  • 1.1 Pytest Django- official documentation.html (0.1 KB)
  • 1.2 Testing in Django- official documentation.html (0.1 KB)
  • 1.3 testing-django-applications.pptx (635.5 KB)
  • 2. Pytest Quick Overview.mp4 (46.4 MB)
  • 2. Pytest Quick Overview.srt (5.0 KB)
  • 2.1 Pytest- official documentation.html (0.1 KB)
3. Project Setup
  • 1. Creating a bitbucket project.mp4 (117.8 MB)
  • 1. Creating a bitbucket project.srt (7.2 KB)
  • 1.1 Course Repository.html (0.1 KB)
  • 1.2 Create a Git repository in bitbucket- Official documentation.html (0.1 KB)
  • 2. Installing pipenv and required packages.mp4 (102.7 MB)
  • 2. Installing pipenv and required packages.srt (7.2 KB)
4. Creating and testing our awesome Django project
  • 1. What are we going to build.mp4 (124.7 MB)
  • 1. What are we going to build.srt (8.7 KB)
  • 1.1 Course Repository.html (0.1 KB)
  • 1.2 Live version of our project.html (0.1 KB)
  • 2. Django project setup.mp4 (102.4 MB)
  • 2. Django project setup.srt (6.8 KB)
  • 2.1 Django Project setup- official documentation.html (0.1 KB)
  • 3. Creating our Django Models.mp4 (189.4 MB)
  • 3. Creating our Django Models.srt (12.8 KB)
  • 3.1 Django models - official documentation.html (0.1 KB)
  • 4. Creating our REST API.mp4 (184.2 MB)
  • 4. Creating our REST API.srt (15.5 KB)
  • 4.1 Django Views- official documentation.html (0.1 KB)
  • 4.2 Django Serializers - official documentation.html (0.1 KB)
  • 5. Manually testing our project's features.mp4 (54.0 MB)
  • 5. Manually testing our project's features.srt (3.3 KB)
  • 5.1 Download Postman.html (0.1 KB)
6. Continuous Integration
  • 1. Intro to Continuous Integration.mp4 (66.6 MB)
  • 1. Intro to Continuous Integration.srt (6.4 KB)
  • 2. Hands on CI- creating bitbucket pipelines to run our tests.mp4 (92.3 MB)
  • 2. Hands on CI- creating bitbucket pipelines to run our tests.srt (8.2 KB)
  • 2.1 Bitbucket Pipelines- official documentation.html (0.1 KB)
  • 3. Hands on CI- Bitbucket environment variables.mp4 (25.9 MB)
  • 3. Hands on CI- Bitbucket environment variables.srt (2.7 KB)
  • 3.1 Bitbucket Environment Variables- official documentation.html (0.1 KB)
7. Django emailing service
  • 1. Adding an email sending service.mp4 (126.9 MB)
  • 1. Adding an email sending service.srt (9.0 KB)
  • 1.1 Django email service- official documentation.html (0.1 KB)
  • 2. Testing our email service.mp4 (143.1 MB)
  • 2. Testing our email service.srt (10.7 KB)
  • 2.1 Unittest mocks- official documentation.html (0.1 KB)
  • 2.2 Python mocks- cool video.html (0.1 KB)
8. Exploring Pytest with Fibonacci
  • 1. Intro to fibonacci tests.mp4 (38.5 MB)
  • 1. Intro to fibonacci tests.srt (2.5 KB)
  • 1.1 What is the fibonacci sequence.html (0.1 KB)
  • 2. Pytest Parametrize.mp4 (32.4 MB)
  • 2. Pytest Parametrize.srt (6.8 KB)
  • 2.1 Pytest Parametrize official documentation.html (0.1 KB)
  • 3. Implementing from scratch Pytests's parametrize feature.mp4 (51.6 MB)
  • 3. Implementing from scratch Pytests's parametrize feature.srt (10.6 KB)
  • 3.1 Decorator with arguments.html (0.1 KB)
  • 3.2 Python decorators.html (0.1 KB)
  • 4. Caching.mp4 (43.2 MB)
  • 4. Caching.srt (8.6 KB)
  • 4.1 Functools LRU cache official documentation.html (0.1 KB)
  • 5. Running CI steps in paralell.mp4 (27.5 MB)
  • 5. Running CI steps in paralell.srt (5.0 KB)
  • 5.1 Parallel Bitbucket Pipelines - official documentation.html (0.1 KB)
  • 6. Pytest fixture- Time tracking.mp4 (22.7 MB)
  • 6. Pytest fixture- Time tracking.srt (4.8 KB)
  • 6.1 Pytest Fixtures- official documentation.html (0.1 KB)
  • 7. Using dynamic programming to solve fiobnacci.mp4 (36.8 MB)
  • 7. Using dynamic programming to solve fiobnacci.srt (7.9 KB)
9. Performance Testing
  • 1. Implementing a pytest performance validator.mp4 (19.1 MB)
  • 1. Implementing a pytest performance validator.srt (5.3 KB)
  • 2. Why not to use pytest-timeout.mp4 (18.3 MB)
  • 2. Why not to use pytest-timeout.srt (1.6 KB)
  • 2.1 pytest-timeout official documentation.html (0.1 KB)
10. Pytest-xdist
  • 1. Running our tests on multiple threads with pytest-xdist.mp4 (37.8 MB)
  • 1. Running our tests on multiple threads with pytest-xdist.srt (5.0 KB)
11. Bon

Description


Description

This is a MUST course for anyone who cares about testing.

I teach the ins and outs of pytest while building a real world django application (including a continuous integration system in bitbucket).

In this course we will build a very simple django server , I will teach just enough django so that we will be able to build the application, and then focus on testing it.

This is not an entry-level course, basic knowledge of python is needed

You will learn:

Pytest features (in depth)

Fixtures
Markers
Parametrize
Skip, xfail
Pytest.ini
Pytest-django
Pytest-cov
pytest-xdist
unittest library, mocks

Django (just enough to build a web server)

Rest API
Models, Migrations
Views
Serializers
SQLite3 DB
Email backends

Continuous Integration (in depth)

Bitbucket pipelines
Bitbucket environment variables
Parallel steps
Docker

Testing (In depth)

Unit tests
Integration tests
Performance tests

Python best practice

Virtual environments: pipenv
Pipfile
Type hinting
Black formatter

Who this course is for:

Developers who are interested in writing quality tests for their applications
Python Developers curious about Pytest
Anyone who wants to build or improve an automated testing framework

Requirements

Basic knowledge of python

Last Updated 11/2020



Download torrent
2.6 GB
seeders:13
leechers:8
Udemy - Real World Python Test Automation with Pytest (Django app)


Trackers

tracker name
udp://inferno.demonoid.pw:3391/announce
udp://tracker.openbittorrent.com:80/announce
udp://tracker.opentrackr.org:1337/announce
udp://torrent.gresille.org:80/announce
udp://glotorrents.pw:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://tracker.pirateparty.gr:6969/announce
udp://tracker.coppersurfer.tk:6969/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://9.rarbg.to:2710/announce
udp://shadowshq.yi.org:6969/announce
udp://tracker.zer0day.to:1337/announce
µTorrent compatible trackers list

Download torrent
2.6 GB
seeders:13
leechers:8
Udemy - Real World Python Test Automation with Pytest (Django app)


Torrent hash: 945034486A66530FBBC4EF7B9FDF895856CA29F4