slck/tests/conftest.py
Marc Cataford fe313077ec
feat: initial version (#1)
* 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
2022-03-17 20:36:44 -04:00

6 lines
85 B
Python

import pytest
@pytest.fixture
def slack_api_token():
return "mock-slack-token"