add missing Message API

This commit is contained in:
adbenitez
2022-06-10 07:57:17 -04:00
parent 1fb6d1b59d
commit a96a4362cd
4 changed files with 116 additions and 3 deletions

View File

@@ -241,6 +241,7 @@ def data(request):
os.path.normpath(x)
for x in [
os.path.join(os.path.dirname(request.fspath.strpath), "data"),
os.path.join(os.path.dirname(request.fspath.strpath), "..", "..", "test-data"),
os.path.join(os.path.dirname(__file__), "..", "..", "..", "test-data"),
]
]