general: get rid of example_config & use demo/stub my.config instead
This commit is contained in:
parent
96be32aa51
commit
1849a66f08
10 changed files with 27 additions and 34 deletions
|
@ -33,7 +33,8 @@ def test_dynamic_configuration(notes: Path) -> None:
|
|||
import pytest # type: ignore
|
||||
|
||||
|
||||
def test_set_repo(tmp_path: Path) -> None:
|
||||
# TODO doublt I need it anymore.. keeping for now just for the sake of demonstration
|
||||
def _test_set_repo(tmp_path: Path) -> None:
|
||||
from my.cfg import config
|
||||
class user_config:
|
||||
export_path = 'whatever',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue