rename deploy_chatmail to cmdeploy

This commit is contained in:
holger krekel
2023-12-11 17:12:47 +01:00
committed by missytake
parent cad1d32682
commit cf6ed68a12
32 changed files with 12 additions and 12 deletions

View File

@@ -1,10 +1,10 @@
import importlib.resources
from deploy_chatmail.www import build_webpages
from cmdeploy.www import build_webpages
def test_build_webpages(tmp_path, make_config):
pkgroot = importlib.resources.files("deploy_chatmail")
pkgroot = importlib.resources.files("cmdeploy")
src_dir = pkgroot.joinpath("../../../www/src").resolve()
assert src_dir.exists(), src_dir
config = make_config("chat.example.org")