Skip to content

Commit

Permalink
+ pyproject.toml: Added custom mqtt_broker_users mark that is used
Browse files Browse the repository at this point in the history
  by `mqtt_broker` fixture
  • Loading branch information
hostcc committed Aug 28, 2022
1 parent e1e928c commit 5ad9f4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ pythonpath = [
log_cli = 1
log_cli_level = "error"

markers = [
"mqtt_broker_users",
]

[tool.pylint.main]
load-plugins = "pylint.extensions.no_self_use"

Expand Down

0 comments on commit 5ad9f4e

Please sign in to comment.