メモ書き

This commit is contained in:
x.azuma.m@nds-tyo.co.jp 2023-05-17 11:46:15 +09:00
parent 647d8836ff
commit 4af4a6ca60
2 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,7 @@ def receive_folder():
return os.environ["JSKULT_DATA_FOLDER_RECV"]
# TODO 共通fixtureにして15個固定でput/delete、各個別fixtureで15個から引き算でdeleteする
@pytest.fixture
def init_check_received_files_ok1(s3_client, bucket_name, receive_folder):
# setup

View File

@ -19,6 +19,10 @@ def test_check_received_files_ok1(init_check_received_files_ok1):
assert received_s3_files is not None
# target_path = path.dirname(__file__)
# target_file = "xxxxxxxxxxxx000000000000.gz"
# s3_client.upload_file()
def test_check_received_files_ok2(init_check_received_files_ok2):
"""