Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
aucampia committed Dec 12, 2021
1 parent 08d3610 commit d4df105
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/test_processors.py
Original file line number Diff line number Diff line change
Expand Up @@ -813,18 +813,6 @@ def test_processor(
sys.stderr.write(f"expected={expected}\n")
assert expected == actual

# record: logging.LogRecord = make_log_record()
# record.__dict__.update(extra_dict)
# event_dict = {"_record": record, "ed_key": "ed_value"}
# expected = self._copy_allowed(event_dict, extra_dict, allow)

# if allow is None:
# actual = ExtraAdder()(None, None, event_dict)
# assert expected == actual
# actual = ExtraAdder(allow)(None, None, event_dict)
# assert expected == actual
# if misses:
# assert misses.isdisjoint(expected.keys())

@pytest.mark.parametrize(
"setup, origin, parameter_strings",
Expand Down

0 comments on commit d4df105

Please sign in to comment.