1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 23:14:47 +00:00
Files
dotdrop/tests/test_yamlcfg.py
Samuel Henrique c1b9750501 Fix test_def_link tests by adding missing mock to open() call
The mock was setup to only return the mocked data once, but the
 function is called twice under cfg_yaml.py, and it breaks at
 __yaml_load as there's no mock anymore.
2022-12-19 14:51:30 +01:00

19 KiB