Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix double logger adding - master #694

Merged

Conversation

lekcyjna123
Copy link
Contributor

@lekcyjna123 lekcyjna123 commented May 5, 2024

I moved adding of our custom logger to "session" fixture, so there shouldn't be any more problems with duplicated logs. I tested it with command:

pytest -k FetchUnit_0 -s --log-level=debug

Additionally there are few formatting changes, because I have already updated flake8 locally to have python 3.12 support and it found some issues.

Resolves #675

@lekcyjna123 lekcyjna123 added the bug Something isn't working label May 5, 2024
@tilk tilk merged commit 677ed53 into kuznia-rdzeni:master May 5, 2024
13 checks passed
github-actions bot pushed a commit that referenced this pull request May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pytest fixtures are executed multiple times
4 participants