beans-logging-fastapi 1.1.1__py3-none-any.whl → 3.0.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,24 +0,0 @@
1
- # -*- coding: utf-8 -*-
2
-
3
- import pytest
4
-
5
- from beans_logging import Logger, LoggerConfigPM, LoggerLoader
6
- from beans_logging_fastapi import HttpAccessLogMiddleware
7
-
8
-
9
- # @pytest.fixture
10
- # def my_base():
11
- # _my_base = MyBase()
12
-
13
- # yield _my_base
14
-
15
- # del _my_base
16
-
17
-
18
- # def test_init(my_base):
19
- # logger.info("Testing initialization of 'MyBase'...")
20
-
21
- # assert isinstance(my_base, MyBase)
22
- # assert my_base.item == "item"
23
-
24
- # logger.info("Done: Initialization of 'MyBase'.\n")