test: add unit tests and fix error

This commit is contained in:
2022-10-21 11:01:38 +02:00
committed by Cyrille Nofficial
parent 9b0b772786
commit 0c5e8e93ac
6 changed files with 206 additions and 16 deletions

View File

@ -53,7 +53,7 @@ ignore-paths=
# Files or directories matching the regular expression patterns are skipped.
# The regex matches against base names, not paths. The default value ignores
# Emacs file locks
ignore-patterns=^\.#
ignore-patterns=^\.#,test_.*?py
# List of module names for which member attributes should not be checked
# (useful for modules/projects where namespaces are manipulated during runtime