general: make time.tz.via_location user config lazy, move tests to my.tests package
also gets rid of the problematic reset_modules thingie
This commit is contained in:
parent
9912555d11
commit
9462357f2c
15 changed files with 269 additions and 233 deletions
|
@ -1,8 +1,10 @@
|
|||
import pytest
|
||||
|
||||
|
||||
# I guess makes sense by default
|
||||
@pytest.fixture(autouse=True)
|
||||
def without_cachew():
|
||||
from my.core.cachew import disabled_cachew
|
||||
|
||||
with disabled_cachew():
|
||||
yield
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue