summaryrefslogtreecommitdiff
path: root/tests/config/loader/test_memory_loader.py
Commit message (Collapse)AuthorAgeFilesLines
* Drop python 3.6 support (#2275)Bernát Gábor2021-11-171-3/+5
|
* Expose the configuration load mechanism to plugins (#2217)Bernát Gábor2021-09-151-17/+51
|
* Make ConfigSet ABC and add contains to Loader (#2209)Bernát Gábor2021-09-101-0/+6
| | | | | | | The ConfigSet should be always specialized via subclassing. The contains is a quality of life imporvement for plugins. Also bumped the tools while at it. Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Add more flake8 checks (#1899)Bernát Gábor2021-02-061-1/+1
| | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Support = as arg separator and dir in req files (#1867)Bernát Gábor2021-01-231-3/+3
|
* Better handling of set_env (#1784)Bernát Gábor2021-01-111-2/+2
|
* tests: add coverage for converter base and str converterBernát Gábor2020-11-011-1/+3
| | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* tests: add test to memory loader, fix dict/set loadBernát Gábor2020-10-311-0/+45
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>