Differences From Artifact [b78d8789f6]:
- File test/conftest.py — part of check-in [4b8c748142] at 2022-10-25 22:06:05 on branch trunk — enjoin pluginconf (python implementation here) (user: mario, size: 38) [annotate] [blame] [check-ins using]
To Artifact [0ca86310bb]:
- File test/conftest.py — part of check-in [d5d59c76fd] at 2022-10-30 09:08:39 on branch trunk — introduce .bind module (user: mario, size: 130) [annotate] [blame] [check-ins using]
1 2 | 1 2 3 4 5 6 7 8 | + + + + + + | import pytest import pluginconf as pc @pytest.fixture def reset(): pc.plugin_base = ["plugins"] pc.data_root = "config" |