Skip to content

Commit

Permalink
Exclusion test
Browse files Browse the repository at this point in the history
  • Loading branch information
legrego committed Nov 20, 2024
1 parent 9b24a32 commit 21f321c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
]

Expand Down

0 comments on commit 21f321c

Please sign in to comment.