Marc Cataford
fe313077ec
* feat: functional mvp chore: lint refactor: context manager, urlopen * test: coverage, ci test: more cov chore: disable consider-using-with test: coverage report * docs: README docs: README docs: README
6 lines
85 B
Python
6 lines
85 B
Python
import pytest
|
|
|
|
|
|
@pytest.fixture
|
|
def slack_api_token():
|
|
return "mock-slack-token"
|