added methods for extracting channel profile metadata, and tests

This commit is contained in:
Tristan Lee
2022-03-28 21:11:34 -05:00
parent ea40ea2640
commit 67d1abf024
14 changed files with 120 additions and 9 deletions

View File

@@ -11,6 +11,9 @@ addopts =
--cov-report html:reports/coverage
--html='reports/tests.html'
--self-contained-html
markers =
profile: marks tests for only extracting channel metadata (deselect with '-m
"not profile"')
filterwarnings =
ignore:the imp module is deprecated:DeprecationWarning
ignore:The localize method is no longer necessary, as this time zone supports the fold attribute