mirror of
https://github.com/chatmail/relay.git
synced 2026-05-14 09:54:38 +00:00
move tox.ini into pyproject.toml
This commit is contained in:
@@ -14,3 +14,9 @@ def test_verify_or_create():
|
||||
assert res["status"] == "ok"
|
||||
res = verify_user(b"newuser1@something.org", b"kajdlqweqwe")
|
||||
assert res["status"] == "fail"
|
||||
|
||||
|
||||
def test_lua_integration(request):
|
||||
p = request.fspath.dirpath("test.lua")
|
||||
assert p.exists()
|
||||
assert 0
|
||||
|
||||
Reference in New Issue
Block a user