https://img87.pixhost.to/images/599/359020115_tuto.jpg


download скачать Free download скачать : Udemy Try FastAPI Test Driven Development
mp4 | Video: h264,1280X720 | Audio: AAC, 44.1 KHz
Genre:eLearning | Language: English | Size:7.6 GB

Files Included :

1  Introduction.mp4 (13.8 MB)
MP4
2  Resources.mp4 (18.67 MB)
MP4
2 3 seciton-6-source-code.zip (67.61 KB)
ZIP
2 4 section-1-5-source-code.zip (33.88 KB)
ZIP
2 5 section-7-source-code.zip (81.3 KB)
ZIP
1  Opening Monologue.mp4 (3.99 MB)
MP4
2  Project Documentation.mp4 (13.2 MB)
MP4
3  Starting a New FastAPI Project.mp4 (96.69 MB)
MP4
4  Managing Dependencies with PIP.mp4 (29.13 MB)
MP4
5  Setting Up Project Linting and Formatting.mp4 (84.28 MB)
MP4
1  Docker - What Why.mp4 (35.94 MB)
MP4
10  Creating a Project Database Connection Configuration.mp4 (104.37 MB)
MP4
11  Implementing Alembic for Database Migrations.mp4 (226.65 MB)
MP4
2  Docker Installation.mp4 (21.1 MB)
MP4
3  Dockerizing PostgreSQL.mp4 (90.48 MB)
MP4
4  Managing PostgreSQL with Adminer.mp4 (17.04 MB)
MP4
5  Python-Dotenv - What Why.mp4 (29.89 MB)
MP4
6  Install python-dotenv.mp4 (16.79 MB)
MP4
7  Creating a PostgreSQL Setup Script.mp4 (65.99 MB)
MP4
8  Using Docker Environment Variables.mp4 (15.32 MB)
MP4
9  SQLAlchemy - What Why.mp4 (51.45 MB)
MP4
1  The test database workflow.mp4 (22.22 MB)
MP4
2  Installing, Setup Pytest.mp4 (33.96 MB)
MP4
3  Creating a Docker Test Database Programatically.mp4 (256.41 MB)
MP4
4  Postgres Setup Script.mp4 (24.2 MB)
MP4
5  Adding Containers to a Docker Network.mp4 (108.64 MB)
MP4
6  Configuring Alembic for Multi-Database.mp4 (105.3 MB)
MP4
7  Remove the Container after Testing.mp4 (6.74 MB)
MP4
1  The Structural Testing Phase.mp4 (6.99 MB)
MP4
10  Category Table Test Case  6 - (column lengths).mp4 (45.44 MB)
MP4
11  Category Table Test Case  7 - (unique constraints).mp4 (77.18 MB)
MP4
12  Automating Pytest Marks Test Discovery.mp4 (104.37 MB)
MP4
13  Product Table Requirements Analysis.mp4 (38.02 MB)
MP4
14  Product Table Test Case Development.mp4 (145.78 MB)
MP4
15  Implement the Product Table.mp4 (251.88 MB)
MP4
16  ProductLine Table Requirements Analysis.mp4 (38.04 MB)
MP4
17  ProductLine Table Test Case Development.mp4 (191.19 MB)
MP4
18  Implement the ProductLine Table.mp4 (263.72 MB)
MP4
19  ProductImage Table Requirements Analysis.mp4 (12.31 MB)
MP4
2  The Project Database ERD.mp4 (16.46 MB)
MP4
20  ProductImage Table Test Case Development.mp4 (86.68 MB)
MP4
21  Implement the ProductImage Table.mp4 (140.08 MB)
MP4
22  Seasonal Events Table Requirements Analysis.mp4 (5.61 MB)
MP4
23  Seasonal Events Table Test Case Development.mp4 (60.13 MB)
MP4
24  Implement the Seasonal Events Table.mp4 (96.46 MB)
MP4
25  Attributes Table Requirements Analysis.mp4 (12.85 MB)
MP4
26  Attributes Table Test Case Development.mp4 (28.04 MB)
MP4
27  Implement the Attributes Table.mp4 (42.98 MB)
MP4
28  ProductType Table Requirements Analysis.mp4 (40.66 MB)
MP4
29  ProductType Table Test Case Development.mp4 (47.28 MB)
MP4
3  Category Table Requirements Analysis.mp4 (41.2 MB)
MP4
30  Implement the ProductType Table.mp4 (26.83 MB)
MP4
31  AttributeValue Table Requirements Analysis.mp4 (9.36 MB)
MP4
32  AttributeValue Table Test Case Development.mp4 (47.69 MB)
MP4
33  Implement the AttributeValue Table.mp4 (45.75 MB)
MP4
34  ProductLine-AttributeValue Table Requirements Analysis.mp4 (8.96 MB)
MP4
35  ProductLine-AttributeValue Table Test Case Development.mp4 (59.29 MB)
MP4
36  Implement the ProductLine-AttributeValue Table.mp4 (47.94 MB)
MP4
37  Product-ProductType Table Requirements Analysis.mp4 (5.16 MB)
MP4
38  Product-ProductType Table Test Case Development.mp4 (31.44 MB)
MP4
39  Implement the Product-ProductType Table.mp4 (24.87 MB)
MP4
4  Test Planning (Structural Testing).mp4 (28.15 MB)
MP4
5  Category Table Test Case  1 - (table exists).mp4 (216.03 MB)
MP4
6  Category Table Test Case  2 - (validate expected columns).mp4 (113.98 MB)
MP4
7  Category Table Test Case  3 - (verify nullable).mp4 (98.53 MB)
MP4
8  Category Table Test Case  4 - (specific constraints).mp4 (69.01 MB)
MP4
9  Category Table Test Case  5 - (default values).mp4 (75.2 MB)
MP4
1  FastAPI Error Logging.mp4 (147.76 MB)
MP4
10  Introducing Get, Post, Put, Delete.mp4 (31.24 MB)
MP4
11  Unit Test Development Capturing Insertion Constraints for Categories.mp4 (108.13 MB)
MP4
12  Endpoint Implementation Defining Insertion Constraints for Categories.mp4 (195.27 MB)
MP4
13  Unit Test Development Handling Exceptions in Category Functionality.mp4 (94.41 MB)
MP4
14  Endpoint Implementation Managing Exceptions in Category Endpoints.mp4 (163.44 MB)
MP4
15  Test Planning for Category Endpoint - (Get All Categories).mp4 (52.87 MB)
MP4
16  Unit Test Development - (Get All Categories).mp4 (96.23 MB)
MP4
17  Endpoint Implementation - (Get All Categories).mp4 (50.47 MB)
MP4
18  Test Planning for Category Endpoint - (Get Single Record from Parameter).mp4 (15.86 MB)
MP4
19  Unit Test Development - (Get Single Record from Parameter).mp4 (71.74 MB)
MP4
2  Analysis of Category Functional Specifications.mp4 (35.33 MB)
MP4
20  Endpoint Implementation - (Get Single Record from Parameter).mp4 (112.62 MB)
MP4
21  Test Planning for Category Endpoint - (Update Single Record from Parameter).mp4 (23.67 MB)
MP4
22  Unit Test Development - (Update Single Record from Parameter).mp4 (92.97 MB)
MP4
23  Endpoint Implementation - (Update Single Record from Parameter).mp4 (93.39 MB)
MP4
24  Test Planning for Category Endpoint - (Delete Single Record from Parameter).mp4 (20.01 MB)
MP4
25  Unit Test Development - (Delete Single Record from Parameter).mp4 (68.45 MB)
MP4
26  Endpoint Implementation - (Delete Single Record from Parameter).mp4 (194.61 MB)
MP4
27  Creating Multiple Logs.mp4 (75.83 MB)
MP4
28  A Note on Refactoring Unit Tests.mp4 (16.29 MB)
MP4
3  Unit Testing Overview.mp4 (47.11 MB)
MP4
4  Test Planning for Category Endpoint - (Add a New Category).mp4 (99.94 MB)
MP4
5  Pydantic Schemas - Serialisation and Deserialization.mp4 (51.53 MB)
MP4
6  Unit Test Pydantic Schema.mp4 (204.99 MB)
MP4
7  Unit Test Inserting a New Category.mp4 (218.81 MB)
MP4
8  Exploring FastAPI Router Usage.mp4 (51.99 MB)
MP4
9  Endpoint Creation Post Method for Creating New Categories.mp4 (197.42 MB)
MP4
1  Integration Testing.mp4 (34.26 MB)
MP4
10  Testing Strategy Changes for Futures Endpoints.mp4 (25.86 MB)
MP4
11  Test Coverage.mp4 (69.46 MB)
MP4
12  Manually Testing Endpoints FastAPI Docs.mp4 (21.86 MB)
MP4
2  Integration Testing Test Plan.mp4 (26.5 MB)
MP4
3  Reviewing the Testing Environment Workflow.mp4 (48.02 MB)
MP4
4  Integration Test Environment Setup.mp4 (158.87 MB)
MP4
5  Integration Test Development - (Create Category).mp4 (268.82 MB)
MP4
6  Integration Test Development - (Create Category 404).mp4 (64.72 MB)
MP4
7  Integration Test Development - (Return Category).mp4 (96.49 MB)
MP4
8  Integration Test Development - (Update Category).mp4 (95.17 MB)
MP4
9  Integration Test Development - (Delete Category).mp4 (46.91 MB)
MP4

https://thumbs2.imgbox.com/70/b4/5Fw99HW7_t.jpg

Код:
 https://rapidgator.net/file/74666a3e4b1c88d1ab6cef0e4d0c4c5b/Udemy_Try_FastAPI_Test_Driven_Development.z01
https://rapidgator.net/file/780a56af87ac3a15fcdb41448c7d1e9d/Udemy_Try_FastAPI_Test_Driven_Development.z02
https://rapidgator.net/file/a0c95c4f45632b48c2afe2d23b23ed86/Udemy_Try_FastAPI_Test_Driven_Development.z03
https://rapidgator.net/file/3ed8e0e00fcdc0f6e626c68406941f07/Udemy_Try_FastAPI_Test_Driven_Development.z04
https://rapidgator.net/file/31642c8d2f6687ae09a716fa9272093b/Udemy_Try_FastAPI_Test_Driven_Development.z05
https://rapidgator.net/file/c10f00b3c7803297e55253c78e507831/Udemy_Try_FastAPI_Test_Driven_Development.z06
https://rapidgator.net/file/6e676581cd4254d42a87b9a3fc52a088/Udemy_Try_FastAPI_Test_Driven_Development.z07
https://rapidgator.net/file/1d5b56175d1b2a474a7790434634e7af/Udemy_Try_FastAPI_Test_Driven_Development.zip
Код:
 https://voltupload.com/6oyvp80xtzfh/Udemy_Try_FastAPI_Test_Driven_Development.z01
https://voltupload.com/a01kp68uqgky/Udemy_Try_FastAPI_Test_Driven_Development.z02
https://voltupload.com/g164ovjn4yz4/Udemy_Try_FastAPI_Test_Driven_Development.z03
https://voltupload.com/zcs748pp0m1e/Udemy_Try_FastAPI_Test_Driven_Development.z04
https://voltupload.com/q1ilu9v3x77i/Udemy_Try_FastAPI_Test_Driven_Development.z05
https://voltupload.com/ug384cn3egve/Udemy_Try_FastAPI_Test_Driven_Development.z06
https://voltupload.com/ugtag5inzp2q/Udemy_Try_FastAPI_Test_Driven_Development.z07
https://voltupload.com/u5ddmmlrtqxi/Udemy_Try_FastAPI_Test_Driven_Development.zip

Free search engine download скачать: Udemy Try FastAPI Test Driven Development