added more docstrings and comments

This commit is contained in:
Tristan Lee
2022-03-14 19:38:33 -05:00
parent c3eab2f176
commit a3c859ec79
3 changed files with 94 additions and 65 deletions

View File

@@ -1,6 +1,6 @@
[pytest]
minversion =
6.0.2
7.0.0
testpaths =
tests/
python_files =
@@ -13,4 +13,5 @@ addopts =
--self-contained-html
filterwarnings =
ignore:the imp module is deprecated:DeprecationWarning
ignore:The localize method is no longer necessary, as this time zone supports the fold attribute
ignore:The localize method is no longer necessary, as this time zone supports the fold attribute
ignore:invalid escape sequence:DeprecationWarning