Skip to content

Commit 45eef80

Browse files
committed
tests/data
1 parent 8411efa commit 45eef80

File tree

5 files changed

+1
-0
lines changed

5 files changed

+1
-0
lines changed

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def client():
2222
app.config["TESTING"] = True
2323
app.config["SERVER_NAME"] = "TEST"
2424
app.config["DATA_FOLDER_PATH"] = "./data/"
25+
app.config["UPLOAD_FOLDER"] = "./tests/data/"
2526
app.config["REQUEST_COUNTER"] = 0
2627
app.config["LAST_REQUEST_TIME"] = time.time()
2728
client = app.test_client()
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)