From 21f321c8bcf6ca062f13b893522f9b0d2f65d33b Mon Sep 17 00:00:00 2001 From: Larry Gregory <lgregorydev@gmail.com> Date: Wed, 20 Nov 2024 17:54:26 +0000 Subject: [PATCH] Exclusion test --- tests/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/const.py b/tests/const.py index e430d52..1237b40 100644 --- a/tests/const.py +++ b/tests/const.py @@ -94,6 +94,7 @@ datetime(year=2024, month=4, day=12): "Key is a datetime, and should be excluded", 123: "Key is a number, and should be excluded", True: "Key is a bool, and should be excluded", + "attribute is a function, and should be excluded": lambda x: x, } ]