Differences From Artifact [10d2104189]:
- File test/depends.py — part of check-in [44cb252c3b] at 2022-10-26 13:59:45 on branch trunk — setup and type map test, fix chdir() - which was redundant and causing more lookup errors in other tests (user: mario, size: 1195) [annotate] [blame] [check-ins using]
To Artifact [3267defa9d]:
- File test/depends.py — part of check-in [3be9f23c57] at 2022-10-27 07:44:40 on branch trunk — pylint fixes for pluginconf.depends (user: mario, size: 1180) [annotate] [blame] [check-ins using]
13 14 15 16 17 18 19 | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | - + | import pluginconf.depends import logging logging.basicConfig(level=logging.DEBUG) @pytest.fixture def check(): |