my.google.takeout.paths: migrate to new style lazy config
also clean up tests a little and move into my.tests.location.google
This commit is contained in:
parent
2ff2dcfc00
commit
bc059872b3
4 changed files with 86 additions and 46 deletions
|
@ -31,3 +31,7 @@ def testdata() -> Path:
|
|||
d = Path(__file__).absolute().parent.parent.parent / 'testdata'
|
||||
assert d.exists(), d
|
||||
return d
|
||||
|
||||
|
||||
# prevent pytest from treating this as test
|
||||
testdata.__test__ = False # type: ignore[attr-defined]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue