質問編集履歴
1
関数名修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
import pandas as pd
|
10
10
|
import pytest
|
11
11
|
|
12
|
-
def
|
12
|
+
def test_register():
|
13
13
|
df = pd.read_excel('./settings.xlsx')
|
14
14
|
response = client.post('/register',
|
15
15
|
data={'file': (df, 'settings.xlsx')})
|