mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-04 13:57:44 +00:00
fix the "Redefining name ... from outer scope" in tests
problem of the pylint fixtures
This commit is contained in:
parent
3feda678e2
commit
6f51d3e734
10 changed files with 20 additions and 0 deletions
|
|
@ -14,6 +14,8 @@
|
|||
@author: Bastian Schroll
|
||||
@description: Unittests for BOSWatch. File have to run as "pytest" unittest
|
||||
"""
|
||||
# problem of the pytest fixtures
|
||||
# pylint: disable=redefined-outer-name
|
||||
import logging
|
||||
import pytest
|
||||
from boswatch.utils import paths
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue