mirror of
https://github.com/chatmail/relay.git
synced 2026-05-18 20:08:21 +00:00
rename deploy_chatmail to cmdeploy
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user