メモ書き
This commit is contained in:
parent
647d8836ff
commit
4af4a6ca60
@ -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
|
||||
|
||||
@ -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):
|
||||
"""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user