6 lines
75 B
Python
6 lines
75 B
Python
import pytest
|
|
|
|
|
|
@pytest.fixture
|
|
def bucket_name():
|
|
return "test-bucket" |