Added the first test case

This commit is contained in:
2020-11-29 03:15:11 +01:00
parent 1dd4e5eff3
commit 44139a4206
4 changed files with 27 additions and 0 deletions

5
src/tests/__init__.py Normal file
View File

@@ -0,0 +1,5 @@
import os
os.environ['CAFF_PREVIEWER_ENDPOINT'] = ''
os.environ['MINIO_ENDPOINT'] = ''
os.environ['MINIO_ACCESS_KEY'] = ''
os.environ['MINIO_SECRET_KEY'] = ''