Rotary Logger  1.0.2
The middleware rotary logger
Loading...
Searching...
No Matches
tests.test_tee_stream_basic Namespace Reference

Functions

 _find_log_file (Path root)
 
None test_tee_stream_write_and_flush (Path tmp_path)
 
None test_tee_stream_encoding_byte_count (Path tmp_path)
 

Detailed Description

# +==== BEGIN rotary_logger =================+
# LOGO: 
# ..........####...####..........
# ......###.....#.#########......
# ....##........#.###########....
# ...#..........#.############...
# ...#..........#.#####.######...
# ..#.....##....#.###..#...####..
# .#.....#.##...#.##..##########.
# #.....##########....##...######
# #.....#...##..#.##..####.######
# .#...##....##.#.##..###..#####.
# ..#.##......#.#.####...######..
# ..#...........#.#############..
# ..#...........#.#############..
# ...##.........#.############...
# ......#.......#.#########......
# .......#......#.########.......
# .........#####...#####.........
# /STOP
# PROJECT: rotary_logger
# FILE: test_tee_stream_basic.py
# CREATION DATE: 01-11-2025
# LAST Modified: 7:42:0 01-11-2025
# DESCRIPTION: 
# A module that provides a universal python light on iops way of logging to files your program execution.
# /STOP
# COPYRIGHT: (c) Asperguide
# PURPOSE: This is the file in charge of testing the that TeeStream class works as expected.
# // AR
# +==== END rotary_logger =================+

Function Documentation

◆ _find_log_file()

tests.test_tee_stream_basic._find_log_file ( Path root)
protected

Definition at line 42 of file test_tee_stream_basic.py.

◆ test_tee_stream_encoding_byte_count()

None tests.test_tee_stream_basic.test_tee_stream_encoding_byte_count ( Path tmp_path)

Definition at line 79 of file test_tee_stream_basic.py.

◆ test_tee_stream_write_and_flush()

None tests.test_tee_stream_basic.test_tee_stream_write_and_flush ( Path tmp_path)

Definition at line 49 of file test_tee_stream_basic.py.