add test for dynamic config attributes (import my.cfg as config)

This commit is contained in:
Dima Gerasimov 2020-05-04 20:56:11 +01:00 committed by karlicoss
parent fe763c3c04
commit 4cceccd787
6 changed files with 72 additions and 4 deletions

View file

@ -50,6 +50,9 @@ def main():
'pytest',
'pylint',
'mypy',
# used in some tests
'pandas',
],
'optional': [
# TODO document these?