mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-02 16:58:30 +00:00
Merge pull request #63 from cristen/tests
Fixes tests to use the default project root config
This commit is contained in:
commit
f5f31ca978
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@ from io import BytesIO
|
|||
sys.path.insert(0, os.path.dirname(os.path.dirname(__file__)))
|
||||
|
||||
import radicale
|
||||
|
||||
os.environ["RADICALE_CONFIG"] = os.path.join(os.path.dirname(
|
||||
os.path.dirname(__file__)), "config")
|
||||
|
||||
from radicale import config
|
||||
from radicale.auth import htpasswd
|
||||
from radicale.storage import filesystem, database
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue