Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 17, 2023
1 parent 97ec5e2 commit ebe57ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions testing/test_discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,10 @@ def test_plugin_meta(
good_entrypoint_plugin,
double_convention_plugin,
):

test_plugin_manager.discover_entry_point = 'app.plugin'
test_plugin_manager.discover_prefix = 'app_'

with temp_path_additions(tmp_path):

cnt, err = test_plugin_manager.discover()
assert set(test_plugin_manager.plugins) == {
'double_a',
Expand Down
1 change: 0 additions & 1 deletion testing/test_tracer.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def test_indent(rootlogger):


def test_readable_output_dictargs(rootlogger):

out = rootlogger._format_message(["test"], [1])
assert out == "1 [test]\n"

Expand Down

0 comments on commit ebe57ed

Please sign in to comment.