Tag

loguru

1 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Apr 10, 2025 · Backend Development

How to Build a Flexible Core Executor for API Automation Testing with pytest and Allure

This article explains how to design and implement a high‑performance, configurable core executor for API automation testing, covering dependency installation, executor class creation, logging integration, parallel execution, report generation with Allure, and practical code examples for Python developers.

API testingAllurePython
0 likes · 7 min read
How to Build a Flexible Core Executor for API Automation Testing with pytest and Allure
Test Development Learning Exchange
Test Development Learning Exchange
Apr 7, 2025 · Databases

Encapsulating MySQL Database Assertions in Pytest for Automated API Testing

This article demonstrates how to wrap MySQL database connections, create reusable assertion functions, parameterize test cases, validate JSON responses, and integrate logging with Loguru to build a maintainable and efficient Pytest‑based API automation framework.

Database TestingMySQLautomation
0 likes · 6 min read
Encapsulating MySQL Database Assertions in Pytest for Automated API Testing
Python Programming Learning Circle
Python Programming Learning Circle
Oct 23, 2021 · Backend Development

Using Loguru for Simplified and Powerful Python Logging

This article introduces the Loguru library as an elegant, concise alternative to Python's built‑in logging, demonstrating installation, basic usage, file configuration, formatting, filtering, rotation, retention, compression, serialization, and advanced exception tracing with code examples.

Exception HandlingPythondebugging
0 likes · 17 min read
Using Loguru for Simplified and Powerful Python Logging
Python Programming Learning Circle
Python Programming Learning Circle
Oct 16, 2021 · Backend Development

Loguru: An Elegant Python Logging Library – Features, Usage, and Integration

This article introduces Loguru, a powerful third‑party Python logging library, explains why it simplifies logging compared to the standard logging module, outlines its key features such as out‑of‑the‑box setup, asynchronous support, lazy evaluation, and structured logging, and provides practical code examples and integration tips for scripts, libraries, and Flask applications.

FlaskPythonbackend
0 likes · 12 min read
Loguru: An Elegant Python Logging Library – Features, Usage, and Integration